Tuesday, April 07, 2015

Install NodeJs and NPM in Windows 8.1

Last week, I have been facing issues of installing NodeJs and NPM msi in Windows 8.1. Today, I can able to successfully install NodeJs MSI by using below techniques.

  1. Download NodeJs (with NPM) MSI file from https://nodejs.org/
  2. Open Powershell/ cmd in Administrator Mode.
  3. Install the NodeJs MSI file from Powershell/ cmd window.
  4. Restart the machine.
  5. Check whether NodeJs and NPM installed or not by using below command.
            node --version
               npm  --version
            












No comments: