会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
王仲春的博客
首页
新随笔
联系
管理
2017年3月13日
npm - 设置代理和镜像
摘要: 1.设置http类型的服务器的代理 $ npm config set proxy http://server:port 2.设置https类型的服务器的代理 $ npm config set proxy https://server:port 3.设置npm镜像 $ npm config set r
阅读全文
posted @ 2017-03-13 17:16 王仲春
阅读(10304)
评论(2)
推荐(0)
编辑