-
Notifications
You must be signed in to change notification settings - Fork 51
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
npm ERR! [email protected] install: node install.js
#55
Comments
Any progress on that? I'm running on: node v0.10.28 |
We need some help fixing issues. Volunteers welcomed! |
Sure can have a look. :) But two unmerged PR's make kind of stop me. But let me check, what's going on with this issue. |
Yeah, @ronaldlokers started the project. He got busy. I jumped in and helped out where I could, so he gave me NPM access and push access to github, but I'm too busy to help. I can't even review the pull requests. We need an active maintainer! |
No problem. I fighted against this bug for 2 days. ;) I'm really ready to fix it. If so, I've got no problem to help out, if time. |
Here we are. :) |
Merged, and pushed as version 1.5 Thanks for the pull request! @changetip 1 beer |
Hi @scalvert, you've been sent 1 beer (5.305 mBTC/$3.50) from @gorillamania via ChangeTip. Collect it. |
still getting this issue on Windows 8.1, any hint for it? |
I'm not into this anymore. But npm is already in version 2. This might solve some stuff. :) |
I get an error when installing via NPM.
Error is:
/Users/blah/somefolder/node_modules/grunt-casperjs/node_modules/adm-zip/zipFile.js:66
throw Utils.Errors.INVALID_FORMAT;
^
Invalid or unsupported zip format. No END header found
npm ERR! [email protected] install:
node install.js
npm ERR! Exit status 8
npm ERR!
npm ERR! Failed at the [email protected] install script.
npm ERR! This is most likely a problem with the grunt-casperjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls grunt-casperjs
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 13.1.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! cwd /Users/blah/somefolder
npm ERR! node -v v0.10.26
npm ERR! npm -v 1.4.3
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/blah/somefolder/npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: