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
本文来自博客园,作者:chuangzhou,转载请注明原文链接:https://www.cnblogs.com/czzz/p/15782617.html