简体   繁体   中英

Npm update in windows

While I was updating npm under this command npm-windows-upgrade it is showing this

在此处输入图片说明

what should I do next?

运行它说要运行的命令。

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

I would recommend changing your approach to updating your NPM.

Use cURL in Git Bash to install your NPM instead of using npm-windows-upgrade

curl -L "https://npmjs.com/install.sh" | sh

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM