We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When calling coderoad build, this error occurs
coderoad build
To Reproduce
Steps to reproduce the behavior:
follow the tutorial to -practice-tutorial#build-the-configjson-file
After npm install -g @coderoad/cli, I have
npm install -g @coderoad/cli
turn on all permission:
sudo npm install -g @coderoad/cli, got
sudo npm install -g @coderoad/cli
followed the two suggested command and got
Expected behavior No errors, it will have created a tutorial.json file
tutorial.json
Screenshots
Desktop (please complete the following information):
Node (please complete the following information):
Git (please complete the following information):
Additional context No
The text was updated successfully, but these errors were encountered:
I would venture to guess that NPM 12 is unsupported by this project.
I too am following the tutorial. I used NVM to install the the latest 23.6.1, for which I was able to successfully install the package:
$ npm install -g @coderoad/cli added 23 packages in 3s 2 packages are looking for funding run `npm fund` for details
Please upgrade to at least Node 18, and try again.
Sorry, something went wrong.
Note: I did find that version 18 and 20 are supported, while 22+ are not. See #109 for details.
ShMcK
No branches or pull requests
Describe the bug
When calling
coderoad build
, this error occursTo Reproduce
Steps to reproduce the behavior:
follow the tutorial to -practice-tutorial#build-the-configjson-file
After

npm install -g @coderoad/cli
, I haveturn on all permission:

sudo npm install -g @coderoad/cli
, gotfollowed the two suggested command and got

Expected behavior
No errors, it will have created a
tutorial.json
fileScreenshots

Desktop (please complete the following information):
Node (please complete the following information):
Git (please complete the following information):
Additional context
No
The text was updated successfully, but these errors were encountered: