npm

来源:互联网 发布:mac系统用windows软件 编辑:程序博客网 时间:2024/05/01 18:52

切换淘宝源

方法一:

npm –registry http://registry.cnpmjs.org info underscore
npm –registry http://registry.cnpmjs.org install

方法二:

npm config set registry https://registry.npm.taobao.org

代理

设置

npm config set proxy http://127.0.0.1:1080
npm config set https-proxy http://127.0.0.1:1080

取消

npm config delete proxy

0 0
原创粉丝点击