#lesson #level2 #node #setup
Welcome! Before we begin coding with Node.js, follow the steps below to set up your development environment.
Visit: https://nodejs.org
Scroll down to: “Or get a prebuilt Node.js® for:”
Select your operating system:
Download the LTS (Long Term Support) version for maximum stability.
Run the installer you downloaded:
.msi
file.pkg
fileFollow the prompts:
When complete, click Finish.
You may be asked for your system admin password — enter it if needed.
Open your terminal:
Win + R
, type cmd
, press EnterType each command and press Enter:
node -v
Expected: A version number like v22.17.1
npm -v
Expected: A version number like 10.9.2
If both show version numbers, you’re all set!
You’ve successfully installed Node.js and npm. These tools will power all coding activities in this workshop.
If you run into issues, ask the instructor.
Want this handout as a PDF, Google Doc, or with your workshop name/logo/date? Let me know!