2 artifacts
Tap to collapse details
Visit the official Node.js download page.
Download the LTS version (currently v24.14.0) for your OS:
.msi
.pkg
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash . "$HOME/.nvm/nvm.sh" nvm install 24
Open a terminal/Command Prompt and verify:
node -v # Should show v24.x.x npm -v # Should show 11.x.x
Try the REPL: Run node and type console.log('Hello Node!'), then .exit to quit.
node
console.log('Hello Node!')
.exit
Install VS Code for editing: code.visualstudio.com.
โ Node not found after install due to PATH issue
โRestart terminal or computer, ensure installer added to PATH
โ Installing wrong version (not LTS)
โAlways select LTS for stability in learning
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
by Manuel Kiessling
Official beginner introduction and getting started tutorials
Complete reference for modules like http, fs
JavaScript runtime environment
Package manager for Node.js
Code editor with Node.js extensions