Answers for "npm and node update windows 10"

1

update npm-windows

powershell Set-ExecutionPolicy RemoteSigned
npm install -g npm-windows-upgrade
npm-windows-upgrade
Posted by: Guest on December-05-2020
1

downgrade node version windows using npm

For window
nvm install v0.10.33 
nvm use v0.10.33
Posted by: Guest on April-26-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language