You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npm ERR! Linux 4.4.0-112-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
npm ERR! node v6.12.3
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] dev: nodemon index.js --ignore client
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script 'nodemon index.js --ignore client'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the lyrical package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! nodemon index.js --ignore client
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs lyrical
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls lyrical`
The text was updated successfully, but these errors were encountered:
When I running this code after 'npm install' with 'npm run dev' it's showing this error
`webpack: Compiled successfully.
[nodemon] Internal watch failed: watch /home/arpit/Lyrical-GraphQL/node_modules/caniuse-db/region-usage-json/IE.json ENOSPC
npm ERR! Linux 4.4.0-112-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "dev"
npm ERR! node v6.12.3
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] dev:
nodemon index.js --ignore client
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] dev script 'nodemon index.js --ignore client'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the lyrical package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! nodemon index.js --ignore client
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs lyrical
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls lyrical`
The text was updated successfully, but these errors were encountered: