Home > Angular, Node > Update NPM on Windows 10

Update NPM on Windows 10

2020/12/03

Use this Powershell code:

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install -g npm-windows-upgrade
npm-windows-upgrade
Categories: Angular, Node