Monday

How can I upgrade npm on Windows?

Firstly, Run PowerShell as Administrator. Then run the following commands with order.

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


No comments:

Post a Comment