解决方法
以管理员身份打开windos Powershell 并键入以下命令
Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
npm install --global --production npm-windows-upgrade
npm-windows-upgrade --npm-version latest
使用淘宝镜像 cnpm
npm install cnpm -g
npm install cnpm -g --registry=https://registry.npm.taobao.org
解决了