工作中记错

173 阅读1分钟

1、npm install报错Maximum call stack size exceeded解决办法

图片.png 一直以为这2个事没有区别的:

npm config set registry registry.npm.taobao.org

后使用npm命令。

npm install -g cnpm --registry=registry.npm.taobao.org

使用cnpm命令。