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

npm install fails on slimmerjs #78

Open
g33kio opened this issue Feb 8, 2019 · 1 comment
Open

npm install fails on slimmerjs #78

g33kio opened this issue Feb 8, 2019 · 1 comment

Comments

@g33kio
Copy link

g33kio commented Feb 8, 2019

slimmerjs had an issue with their install script graingert/slimerjs#4

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

[email protected] 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! [email protected] install: node install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] 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

kyungilpark added a commit to kyungilpark/plato that referenced this issue Jun 29, 2019
### REASON
npm install fails on grunt-casper becauseof slimmerjs
see iamchrismiller/grunt-casper#78

### TODO
I do not yet understand the intent of test-case that uses casper,
so i'll rewrite test-case later with reference to old
@SSANSH
Copy link

SSANSH commented Jul 16, 2019

+1

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

2 participants