To Install Node & NPM on Windows
- Install NVM-Windows
nvm install latest
nvm use <whatever_the_latest_was>
- Then install the windows updater for NPM (
npm install -g npm-windows-upgrade
) - Run powershell as Administrator
npm-windows-upgrade
(Select your version)
To Update Node