Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #update #npm #version #windows
ADD COMMENT
Topic
Name
1+6 =