分享

设置npm的registry

 一本正经地胡闹 2019-04-25

1.原npm地址

npm config set registry http://registry.npmjs.org 

2.设置国内镜像

a.通过config命令

npm config set registry https://registry.npm. 
npm info underscore (如果上面配置正确这个命令会有字符串response)

b.命令行指定

npm --registry https://registry.npm. info underscore 

c.编辑 ~/.npmrc 加入下面内容

registry = https://registry.npm.

3.使用nrm管理registry地址

a.下载nrm

npm install -g nrm

b.添加registry地址

nrm add npm http://registry.npmjs.org
nrm add taobao https://registry.npm.

c.切换npm registry地址

nrm use taobao
nrm use npm

搜索镜像: https://npm.

建立或使用镜像,参考: https://github.com/cnpm/cnpmjs.org

转自 https://www.cnblogs.com/sghy/p/6840925.html

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多