npm更新升级

1.查看npm当前版本

1
npm -v

2.清理npm缓存数据

1
npm cache clean --force

3.更新到最新版本

1
npm install -g npm

4.更新到指定版本

1
npm -g install npm@10.4.0

或者

1
npm i npm@10.4.0 -g

npm更新升级
http://s1mplecode.com/45f6034.html
作者
Jago
发布于
2024年4月20日
许可协议