参考:
http://www.jackpu.com/yarn-facebook-kai-yuan-de-bao-guan-li-gong-ju
https://github.com/yarnpkg/yarn
https://yarnpkg.com/en/docs/cli/
下载地址:
https://yarnpkg.com/latest.msi
测试:
yarn --version
错误处理:
错误提示:yarn: command not found
解决方法:npm install -g yarn 或 npm install -g yarnpkg@0.15.1
使用:
yarn init
yarn add jquery
yarn remove jquery
yarn upgrade [jquery]
yarn install 跟npm install 一样 可以下载packa.json的模块依赖
注:
1. 可以安装 npm 上的包;
2. 目前发现 git bash 我无法执行 yarn init,在 windows 自带的 CMD 上可以;