美文网首页
cnpm 淘宝镜像代理

cnpm 淘宝镜像代理

作者: Axiba | 来源:发表于2016-10-17 14:33 被阅读30次

这是老问题了,只是换了电脑,记录下来不用去搜而已:

mac下进去.bash_profile 编辑

vi ~/.bash_profile
alias cnpm="npm --registry=https://registry.npm.taobao.org \
--cache=$HOME/.npm/.cache/cnpm \
--disturl=https://npm.taobao.org/dist \
--userconfig=$HOME/.cnpmrc"

然后在对应的工程下:

cnpm install

相关文章

网友评论

      本文标题:cnpm 淘宝镜像代理

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