2 artifacts
Tap to collapse details
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash source ~/.nvm/nvm.sh nvm install 24
node -v # Should show v24.x.x npm -v # Should show 11.x.x
Install Visual Studio Code (free) and add Node.js extensions like 'Node.js Modules Intellisense'.
โ Installing wrong version (not LTS)
โAlways choose LTS for stability; use nvm install 24
โ PATH not updated after install
โRestart terminal or source ~/.nvm/nvm.sh
Tap to expand details
Spin up a personalized โlearn Node.jsโ plan you can save, check off, and return to anytime โ unlimited on the free trial.
Codecademy
W3Schools
by Ulises Gascรณn
Official beginner guides and intros
Complete reference for modules like http, fs
JavaScript runtime environment
Package manager for Node.js
Code editor with Node extensions