npm install -g newman 卡着不动

解决:

修改镜像

npm config set registry https://registry.npm.taobao.org 
或者
npm install -g cnpm --registry=https://registry.npm.taobao.org

什么npm ?

NPM是随同NodeJS一起安装的包管理工具
详情参考:
https://www.npmjs.com.cn/
https://www.runoob.com/nodejs/nodejs-npm.html

posted @ 2022-01-09 22:44  chuangzhou  阅读(155)  评论(0编辑  收藏  举报