美文网首页
.npmrc的配置

.npmrc的配置

作者: TOPro | 来源:发表于2020-06-29 09:52 被阅读0次

~/.npmrc的配置,npm install安装失败可尝试使用此配置

home=https://npm.taobao.org
registry=https://registry.npm.taobao.org/
sass_binary_site="https://npm.taobao.org/mirrors/node-sass/"
phantomjs_cdnurl="http://cnpmjs.org/downloads"
electron_mirror="https://npm.taobao.org/mirrors/electron/"
sqlite3_binary_host_mirror="https://foxgis.oss-cn-shanghai.aliyuncs.com/"
profiler_binary_host_mirror="https://npm.taobao.org/mirrors/node-inspector/"
chromedriver_cdnurl="https://cdn.npm.taobao.org/dist/chromedriver"

相关文章

网友评论

      本文标题:.npmrc的配置

      本文链接:https://www.haomeiwen.com/subject/jyznfktx.html