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

Error installing using npm on OSX mavericks #47

Open
ghost opened this issue Dec 16, 2013 · 4 comments
Open

Error installing using npm on OSX mavericks #47

ghost opened this issue Dec 16, 2013 · 4 comments

Comments

@ghost
Copy link

ghost commented Dec 16, 2013

When I tried installing the newer version of grunt-casperjs (1.4.0) using npm, I get the below error:

Casperjs not installed. Installing.
Receiving 0K...

/Users/peter/Sites/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
...

In my package file I have:
"dependencies": {
...
"grunt-casperjs": "~1.4.0",
...
}

So nothing fancy. Any ideas?

@ruudud
Copy link

ruudud commented Mar 25, 2014

Same issue observed occasionally on Ubuntu 13.10.

@cheets
Copy link

cheets commented Apr 11, 2014

On my ubuntu 12.04 I solved this by running first:

sudo npm -g install casperjs 

@romamatusevich
Copy link

I have the same issue on Windows 7 Ultimate.

node -v v0.10.26
npm -v 1.4.3

@knorrium
Copy link

This is still happening randomly on grunt-casperjs 1.4.0 on Linux boxes. Any ideas on how to fix it? Thanks!

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

Successfully merging a pull request may close this issue.

4 participants