Created
December 9, 2013 09:55
-
-
Save A/7869886 to your computer and use it in GitHub Desktop.
This file contains 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
[books@atlas ~/.ssh/underpage]$ npm i | |
npm WARN package.json [email protected] No README.md file found! | |
npm http GET https://registry.npmjs.org/toobusy | |
npm http 304 https://registry.npmjs.org/toobusy | |
npm http GET https://registry.npmjs.org/bindings/1.1.0 | |
npm http 304 https://registry.npmjs.org/bindings/1.1.0 | |
> [email protected] install /home/books/.ssh/underpage/node_modules/toobusy | |
> node-gyp rebuild | |
gyp ERR! configure error | |
gyp ERR! stack Error: Python executable "python" is v2.4.6, which is not supported by gyp. | |
gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0. | |
gyp ERR! stack at failPythonVersion (/usr/local/node.js-0.10.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:118:14) | |
gyp ERR! stack at /usr/local/node.js-0.10.0/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:107:9 | |
gyp ERR! stack at ChildProcess.exithandler (child_process.js:600:7) | |
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17) | |
gyp ERR! stack at maybeClose (child_process.js:700:16) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:767:5) | |
gyp ERR! System SunOS 5.10 | |
gyp ERR! command "node" "/usr/local/node.js-0.10.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" | |
gyp ERR! cwd /home/books/.ssh/underpage/node_modules/toobusy | |
gyp ERR! node -v v0.10.0 | |
gyp ERR! node-gyp -v v0.8.5 | |
gyp ERR! not ok | |
npm ERR! [email protected] install: `node-gyp rebuild` | |
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] install script. | |
npm ERR! This is most likely a problem with the toobusy 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 toobusy | |
npm ERR! There is likely additional logging output above. | |
npm ERR! System SunOS 5.10 | |
npm ERR! command "/usr/local/node.js-0.10.0/bin/node" "/usr/local/node.js/bin/npm" "i" | |
npm ERR! cwd /home/books/.ssh/underpage | |
npm ERR! node -v v0.10.0 | |
npm ERR! npm -v 1.2.14 | |
npm ERR! code ELIFECYCLE | |
npm ERR! | |
npm ERR! Additional logging details can be found in: | |
npm ERR! /home/books/.ssh/underpage/npm-debug.log | |
npm ERR! not ok code 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment