Level 88
Try removing the node_modules directory and run npm install again
Hi,
Installed Laravel 7 in vagrant. Installed node.js 12 and npm 6 On run "npm install" >> error:
npm ERR! syscall open
npm ERR! path /var/www/html/node_modules/yargs/node_modules/yargs-parser/package.json.3092714995
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/var/www/html/node_modules/yargs/node_modules/yargs-parser/package.json.3092714995'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent```
As I see, in node_modules there is no folder yargs
Had to:
Please or to participate in this conversation.