Windows下のnpmアップグレード方法


Windows下のnpmアップグレード方法
元々はwindowsの下で命令でnodejsをアップグレードすることを試みましたが、浪費していることが分かりました.アップグレードしたのはnpmです.もう記録したのはほぼ同じです.削除したくないです.ここで別の記録を作ります.
1.まずnpmを更新します.タオバオソースです.本当にすみません.
npm install -g cnpm --registry=https://registry.npm.taobao.org
2.npm-windows-upgradeというカバンを取り付けます.
cnpm install npm-windows-upgrade
3.試行npm-windows-upgrade
npm-windows-upgrade
ヒント内容の大意は権限がありません.管理人の身分で実行してください.
4.管理者としてpowershell(win+xボタン)を実行する.
上記のコマンドを続けて実行します.以下の内容を提示します.
npm-windows-upgrade v6.0.1

Scripts cannot be executed on this system.
To fix, run the command below as Administrator in PowerShell and try again:
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
解決方法は端末で以下のコマンドを実行します.
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
5.再実行npm-windows-upgrade表示内容は以下の通りです
npm-windows-upgrade v6.0.1
? Which version do you want to install? (Use arrow keys)
> 6.9.0
  6.9.0-next.0
  6.8.0
  6.8.0-next.2
  6.8.0-next.1
  6.8.0-next.0
  6.7.0
(Move up and down to reveal more choices)

6.再実行npm-windows-upgrade -p -v latest参考:https://stackoverflow.com/questions/18412129/how-can-i-update-npm-on-windows https://npm.taobao.org/