FrontendMasters / intro-node-js

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

Error with command: nvm install node #47

Closed mohamedmehdigara closed 6 months ago

mohamedmehdigara commented 2 years ago

Error msg ====>

node.0.0 Node.js vnode.0.0 is only available in 32-bit.

mwelwankuta commented 8 months ago

this issue can be solved by explicitly passing in a version of node you want to install. try this command and let me know if it helps

nvm install 20.11.0 or nvm install --lts

dtauer commented 6 months ago

Yes, thanks for the note! Also, this is a pretty old course and we've recently released a new version: https://frontendmasters.com/courses/node-js-v3/