Answers for "how to update npm in windows 109"

1

update npm-windows

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

how to update npm version in windows

On Win10:
Run PowerShell as Administrator and sequentially enter commands:

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade
Posted by: Guest on April-05-2021

Code answers related to "how to update npm in windows 109"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language