Skip to content

Instantly share code, notes, and snippets.

@mokargas
Last active February 21, 2017 09:16
Show Gist options
  • Save mokargas/ae244d2cbc8e658c61a357dab4eb6956 to your computer and use it in GitHub Desktop.
Save mokargas/ae244d2cbc8e658c61a357dab4eb6956 to your computer and use it in GitHub Desktop.
Update NPM, Windows 10 x64

Source: http://stackoverflow.com/a/31520672

In short:

First, run PowerShell as Administrator

  • Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
  • npm install -g npm-windows-upgrade
  • npm-windows-upgrade

Get latest: npm-windows-upgrade -p -v latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment