プロジェクトに参加したさい npm install を実行しましたが、以下のエラーで詰まっています。
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /var/www/html/project/node_modules/yargs/node_modules/yargs-parser/package.json.1864509902
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/var/www/html/project/node_modules/yargs/node_modules/yargs-parser/package.json.1864509902'
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! /home/vagrant/.npm/_logs/2020-03-29T05_41_07_682Z-debug.log
環境
os centos7.2
node.js v13.10.0
npm 6.14.4
もしわかる方がいましたらご教示お願いいたします
あなたの回答
tips
プレビュー