-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Description
Hi!
If you are a new student like me and you have found that you can't deploy the project due to various dependency issues.
I recommend that you:
- use nvm to manage Node versions. In this case, it seems that version 10.24.1 works
If nvm (1.2.X) gives you problems, you'll have to go back to 1.1.12.
Extra: if you encounter a similar problem again, use: grep -hop '"node":.*' node_modules/*/package.json | sort To find out which version of node the project works with. The -p argument not needed in Windows.
Metadata
Metadata
Assignees
Labels
No labels