iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

npm install fails on slimmerjs #78

Open g33kio opened 5 years ago

g33kio commented 5 years ago

slimmerjs had an issue with their install script https://github.com/graingert/slimerjs/issues/4

This was fixed but the version of slimmerjs used by grunt-casper doesn't appear to have the fix

slimerjs@0.9.1-2 install C:\Projects\playground\modcharts\node_modules\slimerjs node install.js

invalid configloglevel="notice" Downloading http://download.slimerjs.org/releases/0.9.1/slimerjs-0.9.1-win32.zip Saving to C:\Users\MARK~1.LEW\AppData\Local\Temp\slimerjs\slimerjs-0.9.1-win32.zip Receiving... Error requesting archive. Status: 301 Request options: { "protocol": "http:", "slashes": true, "auth": null, "host": "download.slimerjs.org", "port": null, "hostname": "download.slimerjs.org", "hash": null, "search": null, "query": null, "pathname": "/releases/0.9.1/slimerjs-0.9.1-win32.zip", "path": "/releases/0.9.1/slimerjs-0.9.1-win32.zip", "href": "http://download.slimerjs.org/releases/0.9.1/slimerjs-0.9.1-win32.zip" } Response headers: { "server": "nginx/1.10.3", "date": "Fri, 08 Feb 2019 18:33:15 GMT", "content-type": "text/html", "content-length": "185", "connection": "close", "location": "https://download.slimerjs.org/releases/0.9.1/slimerjs-0.9.1-win32.zip" } Make sure your network and proxy settings are correct. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! slimerjs@0.9.1-2 install: node install.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the slimerjs@0.9.1-2 install 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! C:\Users\mark.lewis\AppData\Roaming\npm-cache_logs\2019-02-08T18_33_15_477Z-debug.log

SSANSH commented 5 years ago

+1