ubuntu
npm设置和取消代理的方法
提問的智慧
本文档使用 MrDoc 发布
-
+
首页
npm设置和取消代理的方法
# 设置代理 ```bash npm config set proxy=http://127.0.0.1:8087 npm config set registry=http://registry.npmjs.org ``` # 关于https 经过上面设置使用了http开头的源,因此不需要设https_proxy了,否则还要增加一句: ```bash npm config set https-proxy http://server:port ``` # 代理用户名和密码 ```bash npm config set proxy http://username:password@server:port npm confit set https-proxy http://username:password@server:port ``` # 取消代理 ```bash npm config delete proxy npm config delete https-proxy ```
NPM
node.js
小编1
2020年9月12日 17:06
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码