Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ELIFECYCLE Error on install #540

Closed
fed135 opened this issue Apr 15, 2015 · 3 comments
Closed

ELIFECYCLE Error on install #540

fed135 opened this issue Apr 15, 2015 · 3 comments

Comments

@fed135
Copy link

fed135 commented Apr 15, 2015

nodegit@0.3.3 install /home/fcharette/Documents/workspace/project/node_modules/nodegit
node lifecycleScripts/install

module.js:318
throw err;
^
Error: Cannot find module '/home/fcharette/Documents/workspace/project/node_modules/nodegit/lifecycleScripts/install'
at Function.Module._resolveFilename (module.js:316:15)
at Function.Module._load (module.js:258:25)
at Function.Module.runMain (module.js:451:10)
at startup (node.js:123:18)
at node.js:889:3

npm ERR! Linux 3.16.0-34-generic
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install"
npm ERR! node v1.6.3
npm ERR! npm v2.7.6
npm ERR! code ELIFECYCLE
npm ERR! nodegit@0.3.3 install: node lifecycleScripts/install
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the nodegit@0.3.3 install script 'node lifecycleScripts/install'.
npm ERR! This is most likely a problem with the nodegit package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node lifecycleScripts/install

I'm running Ubuntu 14.10
iojs 1.6.3

Any idea why this is happening ?

@maxkorp
Copy link
Collaborator

maxkorp commented Apr 16, 2015

Hrm, are you running the install a second time? The install cleans up after itself in certain cases, and this seems like that's already happened. That's going away soon, fortunately.

@fed135
Copy link
Author

fed135 commented Apr 16, 2015

After a bit of looking, seems like I was. Thought I was calling 'npm install' on a clean projet, turns out I wasn't. Thanks!

@maxkorp
Copy link
Collaborator

maxkorp commented Apr 16, 2015

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants