码迷,mamicode.com
首页 > 其他好文 > 详细

npm和yarn更改为淘宝镜像

时间:2017-01-21 17:18:57      阅读:532      评论:0      收藏:0      [点我收藏+]

标签:color   ros   comment   更新   set   更改   http   symbol   conf   

npm下载cnpm

用cnpm install

 

// 安装yarn

cnpm install yarn -g 

 

yarn更换下载源

// 查看下载源

yarn config get registry

// 更换为淘宝源

yarn config set registry https://registry.npm.taobao.org

// 初始化项目

yarn init -y

// 安装webpack

yarn add webpack

// 更新到最新的

yarn upgrade webpack

// 安装项目里的依赖

yarn install

 

npm和yarn更改为淘宝镜像

标签:color   ros   comment   更新   set   更改   http   symbol   conf   

原文地址:http://www.cnblogs.com/lqcdsns/p/6337285.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!