How install Node.js in Windows 11?
Step 1 - Downloading the Node.js ‘.msi’ installer.
- Visit the official Node.js website https://nodejs.org/en/download/
- Download the msi file according to your system environment (32-bit & 64-bit).
Step 2 - Running the Node.js installer.
- We downloaded the node-v18.16.1-x64 Windows 64bit installer.







Step 3 - Check Node.js and NPM version
Open the command prompt.
- To confirm Node installation type node-v command
- To confirm Node installation type npm-v command

Comments
Post a Comment