npm update windows 10 code example
Example 1: update npm for laptop
npm install -g npm@latest
Example 2: update npm-windows
powershell Set-ExecutionPolicy RemoteSigned
npm install -g npm-windows-upgrade
npm-windows-upgrade
Example 3: npm latest version windows
npm-windows-upgrade --npm-path "C:\nodejs"