Node Setup (Without NVM)
Installation of Node.js
-
Download the Node.js Installer for Windows from the official website: (You can download latest version.) https://nodejs.org/en/download
-
Choose the LTS (Long-Term Support) version for better stability.
-
Run the installer and follow the setup wizard:
- Accept license agreement
- Choose installation folder
- Select default options
- Install Node.js and npm (Node Package Manager)
-
Once installation is complete, restart your terminal or Command Prompt.
Verify Node.js Installation
- To check installed Node.js version:
node -v