Performance icon indicating copy to clipboard operation
Performance copied to clipboard

NPM Install is failing for this project

Open jakemercurio opened this issue 7 years ago • 3 comments

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

jakemercurio avatar May 18 '17 14:05 jakemercurio

I'm having the same issue

Moorst avatar May 31 '17 09:05 Moorst

I'm having the same issue toooo

AliveDD avatar Aug 23 '17 15:08 AliveDD

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

robgha01 avatar Mar 07 '18 10:03 robgha01