question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm ERR! code ELIFECYCLE

See original GitHub issue

someone 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:closed
  • Created 6 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
pkarwcommented, Oct 27, 2017

Cool! That’s what we’re trying to achieve in #171

Cezerin - never heard of it before, seems quite promising, but not so active?

0reactions
pkarwcommented, Oct 27, 2017

Me too! 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found