Skip to content

Instantly share code, notes, and snippets.

@theWhiteFox
Last active May 10, 2017 14:15
Show Gist options
  • Select an option

  • Save theWhiteFox/9c8fd67301f0123017d586f3aa119236 to your computer and use it in GitHub Desktop.

Select an option

Save theWhiteFox/9c8fd67301f0123017d586f3aa119236 to your computer and use it in GitHub Desktop.
Upgrade Node and NPM on Windows
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment