yarn
https://github.com/yarnpkg/assets/blob/master/yarn-kitten-circle.png?raw=true
よく使うコマンド
code:yarn.sh
//パッケージインストール
yarn
yarn start
yarn自身のアップデート
yarn self updateなるコマンド
現在使用不可能
npm などで、インストールし直すのがよいらしい
可能なら、npmより、こちら使おう
yarn プロジェクトでnpm iさせない
code:packege.json
...
{
"engines":{
"npm": "user yarn !!"
}
}
code:.npmrc
engine-strict=true
公式
Package Managers パッケージマネージャー
監査 Auditfixコマンドほしい
npm auditは、ある
困りごと
info There appears to be trouble with your network connection. Retrying...
There appears to be trouble with your network connection. Retrying... · Issue #4890 · yarnpkg/yarn