NMPのインストールが失敗する場合考えられることを教えて欲しいです。
Laravelでの開発環境を整えるために
nmpのインストールを行っています。
現状Docker を使用しDockerのインストールとアップデートが完了した状態です。
↓Windowsターミナルでnmpのインストールコマンドを打った際このようなエラーが発生しています。
docker-compose exec laravel npm install
npm ERR! code ENOENT
npm ERR! syscall rename
npm ERR! path /var/www/html/node_modules/style-loader/node_modules/loader-utils
npm ERR! dest /var/www/html/node_modules/style-loader/node_modules/.loader-utils.DELETE
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, rename '/var/www/html/node_modules/style-loader/node_modules/loader-utils' -> '/var/www/html/node_modules/style-loader/node_modules/.loader-utils.DELETE'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-10-08T08_12_26_512Z-debug.log'
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。