Wednesday, June 21, 2017

Updating npm and node on Windows

To update npm and node on Windows, follow these steps from a StackOverflow answer:

Run PowerShell as Administrator


Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

npm install -g npm-windows-upgrade

npm-windows-upgrade



How do I update node and npm on windows?

No comments:

Post a Comment