intro-node-js icon indicating copy to clipboard operation
intro-node-js copied to clipboard

Suggestion

Open tbntdima opened this issue 5 years ago • 2 comments

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

tbntdima avatar Nov 13 '19 00:11 tbntdima

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. :)

KornelijusGlinskas avatar Dec 21 '19 15:12 KornelijusGlinskas

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.

Aj-vrod avatar Apr 09 '21 18:04 Aj-vrod