标签: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
标签:color ros comment 更新 set 更改 http symbol conf
原文地址:http://www.cnblogs.com/lqcdsns/p/6337285.html