FrontendMasters / intro-node-js

[Course] Code for Introduction to Node.js
https://frontendmasters.com/courses/node-js/
371 stars 901 forks source link

Suggestion #20

Open tbntdima opened 4 years ago

tbntdima commented 4 years ago

I would suggest to add .nvmrc. npm i doesn't work properly for me with node v12

KornelijusGlinskas commented 4 years ago

Yeah, I've encountered the same issue. However, with NVM I installed and used the earlier version of node (10.9.0) for this tutorial and it worked just fine. :)

Aj-vrod commented 3 years ago

The current version is 15+ and while running nvm alias default node I got issues, once I changed it to 10.9.0 version it worked just fine.