LoginSignup
0
0

More than 5 years have passed since last update.

docker環境で upathの依存エラー

Posted at

これで毎回つまづいていたので、私的メモ

upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".

下記手順で実行しないと、exit 1で強制終了してしまう。

本質的にlocal環境のyarn.lockが読み込まれて正常に起動しない。

$ rm -rf node_modules/
$ rm yarn.lock
$ yarn clean cache
$ rm package-lock.json
$ docker-compose up -d
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0