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 is failing for this project #55

Open
jakemercurio opened this issue May 18, 2017 · 3 comments
Open

NPM Install is failing for this project #55

jakemercurio opened this issue May 18, 2017 · 3 comments

Comments

@jakemercurio
Copy link

npm i devbridge-perf-tool is failing because dependency grunt-devperf is failing to install slimerJS.

$ npm i devbridge-perf-tool
(node:4319) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
npm WARN deprecated [email protected]: Switch to 0.10.2 when it's released
npm WARN deprecated [email protected]: this package has been reintegrated into npm and is now out of date with respect to npm

> [email protected] install /Users/jakemercurio1/Projects/vb-performance/node_modules/grunt-devperf/node_modules/slimerjs
> node install.js

Downloading http://download.slimerjs.org/releases/0.9.6/slimerjs-0.9.6-mac.tar.bz2
Saving to /Users/jakemercurio1/Projects/vb-performance/node_modules/grunt-devperf/node_modules/slimerjs/slimerjs/slimerjs-0.9.6-mac.tar.bz2
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.6/slimerjs-0.9.6-mac.tar.bz2",
  "path": "/releases/0.9.6/slimerjs-0.9.6-mac.tar.bz2",
  "href": "http://download.slimerjs.org/releases/0.9.6/slimerjs-0.9.6-mac.tar.bz2"
}
Response headers: {
  "server": "nginx/1.10.3",
  "date": "Thu, 18 May 2017 14:13:19 GMT",
  "content-type": "text/html",
  "content-length": "185",
  "connection": "close",
  "location": "https://download.slimerjs.org/releases/0.9.6/slimerjs-0.9.6-mac.tar.bz2"
}
Make sure your network and proxy settings are correct.
[email protected] /Users/jakemercurio1/Projects/vb-performance
└── (empty)

npm WARN [email protected] No repository field.
npm ERR! Darwin 16.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "devbridge-perf-tool"
npm ERR! node v6.9.5
npm ERR! npm  v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script 'node install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the slimerjs 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 information on how to open an issue for this project with:
npm ERR!     npm bugs slimerjs
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls slimerjs
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/jakemercurio1/Projects/vb-performance/npm-debug.log
npm ERR! code 1
@Moorst
Copy link

Moorst commented May 31, 2017

I'm having the same issue

@AliveDD
Copy link

AliveDD commented Aug 23, 2017

I'm having the same issue toooo

@robgha01
Copy link

robgha01 commented Mar 7, 2018

same, its becuse of this https://twitter.com/slimerjs/status/740123826969837568?lang=en
you have to install the [email protected] manually first before you install this package

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

4 participants