Answers for "how to update npm windows"

78

update npm

// update npm//
npm install -g npm@latest
Posted by: Guest on January-11-2021
1

update npm-windows

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

How can I update npm on Windows

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade
Posted by: Guest on June-17-2021
1

how to update npm

npm install -g npm
Posted by: Guest on December-13-2020
-1

npm latest version windows

npm-windows-upgrade --npm-path "C:\nodejs"
Posted by: Guest on April-20-2020
0

update npm

npm config get prefix -g
Posted by: Guest on March-10-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language