Created
April 26, 2015 21:43
-
-
Save sonthonaxrk/f9e4e2fcf71f9c7f1b83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rollos-Mac-Pro:react-boilerplate Rollo$ npm install jest-cli | |
npm WARN engine [email protected]: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"1.7.2","npm":"2.7.6"}) | |
> [email protected] install /Users/Rollo/react-boilerplate/node_modules/jest-cli/node_modules/jsdom/node_modules/contextify | |
> node-gyp rebuild | |
gyp WARN install got an error, rolling back install | |
gyp ERR! configure error | |
gyp ERR! stack Error: 404 status code downloading tarball | |
gyp ERR! stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/install.js:246:14) | |
gyp ERR! stack at emitOne (events.js:82:20) | |
gyp ERR! stack at Request.emit (events.js:166:7) | |
gyp ERR! stack at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1139:10) | |
gyp ERR! stack at emitOne (events.js:77:13) | |
gyp ERR! stack at ClientRequest.emit (events.js:166:7) | |
gyp ERR! stack at HTTPParser.parserOnIncomingClient (_http_client.js:412:21) | |
gyp ERR! stack at HTTPParser.parserOnHeadersComplete (_http_common.js:88:23) | |
gyp ERR! stack at TLSSocket.socketOnData (_http_client.js:302:20) | |
gyp ERR! stack at emitOne (events.js:77:13) | |
gyp ERR! System Darwin 14.0.0 | |
gyp ERR! command "/usr/local/bin/iojs" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /Users/Rollo/react-boilerplate/node_modules/jest-cli/node_modules/jsdom/node_modules/contextify | |
gyp ERR! node -v v1.7.2 | |
gyp ERR! node-gyp -v v1.0.3 | |
gyp ERR! not ok | |
npm ERR! Darwin 14.0.0 | |
npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install" "jest-cli" | |
npm ERR! node v1.7.2 | |
npm ERR! npm v2.7.6 | |
npm ERR! code ELIFECYCLE | |
npm ERR! [email protected] install: `node-gyp rebuild` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. | |
npm ERR! This is most likely a problem with the contextify package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! node-gyp rebuild | |
npm ERR! You can get their info via: | |
npm ERR! npm owner ls contextify | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! /Users/Rollo/react-boilerplate/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment