一句命令搞定
npm install -g yarn --registry=https://registry.npm.taobao.org
再配置下源
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
下面是官网提供的两种方法,但是我这种更好不是么?
npm install -g yarn --registry=https://registry.npm.taobao.org
yarn config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
下面是官网提供的两种方法,但是我这种更好不是么?