npm安装yarn

用npm命令安装yarn
执行命令:

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

猜你喜欢

转载自blog.csdn.net/YeShenLiaoSuiFeng/article/details/106179292