How install Node.js in Windows 11?

Step 1 - Downloading the Node.js ‘.msi’ installer.

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

Popular posts from this blog

How to install Python in Windows 11?