Skip to content

Instantly share code, notes, and snippets.

@SergeyLitvin
Last active February 28, 2019 21:25
Show Gist options
  • Save SergeyLitvin/a60330caa5543fd9d9b48b855e4fb66e to your computer and use it in GitHub Desktop.
Save SergeyLitvin/a60330caa5543fd9d9b48b855e4fb66e to your computer and use it in GitHub Desktop.
Update npm to last version
Run PowerShell as Administrator
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade -p -v latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment