FrontendMasters / intro-node-js

[Course] Code for Introduction to Node.js

Home Page:https://frontendmasters.com/courses/node-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error with command: nvm install node

mohamedmehdigara opened this issue · comments

Error msg
====>

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

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

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/