Open
Description
Describe the bug
When calling coderoad build
, this error occurs
To Reproduce
Steps to reproduce the behavior:
-
follow the tutorial to -practice-tutorial#build-the-configjson-file
Expected behavior
No errors, it will have created a tutorial.json
file
Desktop (please complete the following information):
- Platfrom: Linux
- OS: Ubuntu
- Version Ubuntu 22.04
Node (please complete the following information):
- v12.22.9
Git (please complete the following information):
- 2.34.1
Additional context
No
Activity
jcandan commentedon Jan 26, 2025
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:
Please upgrade to at least Node 18, and try again.
jcandan commentedon Jan 26, 2025
Note: I did find that version 18 and 20 are supported, while 22+ are not. See #109 for details.