はじめに
dockerに入って `yarn install` したらエラーが出たんだ。。。
エラー内容
この前まで動いてたのになんでや
root@app:/app# yarn install
yarn install v1.22.19
error An unexpected error occurred: "EROFS: read-only file system, mkdir '/usr/local/share/.cache/yarn/v6/.tmp'".
info If you think this is a bug, please open a bug report with the information provided in "/app/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
解決方法
dockerのディスク割り当てのせいやったわぁ
ディスクの割り当てを増やしてあげたら解消
おわりに
きっかけは別のプロジェクトでdocker操作しようとしたら同じ事象が発生したことで気付いた 当該プロジェクトだけでなく全体で発生してるわーと思いわかった訳さ。
コメント