[BUG]: Error on creating a new project #363
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
What happened?
Creating a new project running
npm init octokit-project
and answering all the questions, the project cannot be create due this errorThen, getting this error, I tried to run with
npx create-octokit-project
, and bumped into the same issue. Of course, but just for the sake of trying.Anything it can be done to fix this?
Plus, since I have no idea what to answer to the questions
? What is the main export of the authentication strategy? (Example: "createRandomAuth" for "import { createRandomAuth } of 'octokit-auth-random'")
and
Provide the most simple standalone usage example for the authentication strategy, without the createRandomAuth import/require statement
and
Provide the most simple usage example as Octokit authStrategy option, without the createRandomAuth and Octokit import/require statements
I only pressed
enter
and let it continue as is.Plus, the link for
Code of conduct
(when I need to check the box of it) is broken.Versions
Octokit v4.1.1
Node v21.7.0
NPM v10.8.0
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: