npm ERR! code ELIFECYCLE
See original GitHub issuesomeone know how fix it in vue-storefront-api?
npm run dev
> vue-storefront-api@0.1.0 dev /mnt/_/dev/base/production.dpl/storefront/vue-storefront-api
> nodemon -w src --exec "babel-node src --presets es2015,stage-0"
[nodemon] 1.12.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: /mnt/_/dev/base/production.dpl/storefront/vue-storefront-api/src/**/*
[nodemon] starting `babel-node src --presets es2015,stage-0`
[nodemon] Internal watch failed: watch /mnt/_/dev/base/production.dpl/storefront/vue-storefront-api/src ENOSPC
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! vue-storefront-api@0.1.0 dev: `nodemon -w src --exec "babel-node src --presets es2015,stage-0"`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the vue-storefront-api@0.1.0 dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/jujes/.npm/_logs/2017-10-27T15_31_02_126Z-debug.log
Issue Analytics
- State:
- Created 6 years ago
- Comments:10
Top Results From Across the Web
How to solve npm error "npm ERR! code ELIFECYCLE"
I was getting this npm ERR! code ELIFECYCLE error while running a build. Clearing the cache and removing the package-lock.json files did not...
Read more >How to solve npm error npm ERR! code ELIFECYCLE
In order to solve the “npm ERR! code ELIFECYCLE ” error which is a very common type of error that occurs during npm...
Read more >npm ERR! code ELIFECYCLE - DEV Community
The "ELIFECYCLE" error occurs when an unknown error causes the application to fail. Probably another software was running and conflicted with ...
Read more >How to resolve npm ERR! code ELIFECYCLE issue
The error code ELIFECYCLE means that while npm understood the command you want it to run, something is preventing npm from running that...
Read more >How to Fix the npm ERR! code ELIFECYCLE Error - Sabe.io
The biggest cause for this issue is that your node_modules folder is not in a valid state, usually corrupted. Solution. To fix your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Cool! That’s what we’re trying to achieve in #171
Cezerin - never heard of it before, seems quite promising, but not so active?
Me too! 😃