yarn配置
Posted littleboyck
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了yarn配置相关的知识,希望对你有一定的参考价值。
参考连接:https://blog.csdn.net/yw00yw/article/details/81354533
1、先下载好NodeJS,然后输入如下命令安装yarn
npm install -g yarn
2、查看版本:
yarn --version
3、查看 yarn 默认配置
yarn config list
4、修改默认镜像和node-sass
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
5、yarn 常用命令
https://yarn.bootcss.com/docs/usage/
以上是关于yarn配置的主要内容,如果未能解决你的问题,请参考以下文章