相关传送门:
# 官方网站 https://yarnpkg.com/zh-Hans/docs/usage
防止fq问题,先设置淘宝源:
yarn config set registry https://registry.npm.taobao.org
yarn init -y yarn add webpack react react-dom
使用yarn作为NPm的代替方案
原文:http://www.cnblogs.com/CyLee/p/7197435.html