LoginSignup
0
0

dockerがなぜかPlease install @types/react and @types/node by runningというエラーを吐いた

Posted at

docker compose upすると、なぜかタイトルのエラーが出て立ち上がらなかった。
このあたりの記事を参考にしてみたが解消せず。
https://www.techback.info/node_does_not_boot_please_install/
https://stackoverflow.com/questions/71843307/next-js-is-not-recognizing-types-react
https://zenn.dev/takeharu/scraps/d9e957bc145a9d

Dockerイメージの再構築: 依存関係が正しくインストールされていない可能性があるため、Dockerイメージを再構築してみてください。

コンテナのボリュームのクリア: Dockerのボリュームに古いデータが残っていると、依存関係が正しく認識されないことがあります。コンテナを停止し、関連するボリュームをクリアしてみてください。

docker system prune
docker-compose down -v //立ち上げている場合
docker-compose build --no-cache
docker-compose up
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