Requirement: Download and Install Node.js
1. Download and Install Node.js
- Go to https://nodejs.org
- Choose Windows (x64)
- Download the LTS (Long Term Support) version
2. Verify Installation
- node --version (node -v)
- npm --version (npm -v) (npm - Node Pakage Manager)
Note: Open your terminal/command prompt and type:
3. Added the VS Code Extensions
4. Install Express.js
- Go to https://expressjs.com/
- npm install express
5. Step to run command.
- npm init -y
- npm install express
6. Set Environment Variables
A. Environment Variable for Node Community Server
- Copy the bin folder path:
C:\Program Files\nodejs\
7. Test Node Installation
- Open Command Prompt
- Run:
node index.js
✅ Connection should be successful.


No comments:
Post a Comment
If you have any problem please let me know.