You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: