Skip to content

Instantly share code, notes, and snippets.

@syedsaqibali
Created April 10, 2014 18:49
Show Gist options
  • Save syedsaqibali/10411252 to your computer and use it in GitHub Desktop.
Save syedsaqibali/10411252 to your computer and use it in GitHub Desktop.
% npm install
npm http GET https://registry.npmjs.org/scrypt
npm http GET https://registry.npmjs.org/hashring
npm http 200 https://registry.npmjs.org/hashring
npm http 200 https://registry.npmjs.org/scrypt
> scrypt@1.7.4 install ~myUser/MyApp/snapstyle/snapstyle_app/node_modules/scrypt
> node-gyp rebuild
xcode-select: Error: No Xcode is selected. Use xcode-select -switch <path-to-xcode>, or see the xcode-select manpage (man xcode-select) for further information.
gyp: Error 2 running xcodebuild
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (~myUser/.nvm/v0.10.24/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:337:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 12.3.0
gyp ERR! command "node" "~myUser/.nvm/v0.10.24/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd ~myUser/MyApp/myapp/myapp_app/node_modules/scrypt
gyp ERR! node -v v0.10.24
gyp ERR! node-gyp -v v0.12.1
gyp ERR! not ok
npm http GET https://registry.npmjs.org/connection-parse
npm http GET https://registry.npmjs.org/bindings
npm http GET https://registry.npmjs.org/nan
npm http GET https://registry.npmjs.org/simple-lru-cache
npm http 200 https://registry.npmjs.org/bindings
npm http 200 https://registry.npmjs.org/simple-lru-cache
npm http 200 https://registry.npmjs.org/connection-parse
npm http 200 https://registry.npmjs.org/nan
> hashring@1.0.3 install ~myUser/MyApp/myapp/myapp_app/node_modules/hashring
> node-gyp rebuild
xcode-select: Error: No Xcode is selected. Use xcode-select -switch <path-to-xcode>, or see the xcode-select manpage (man xcode-select) for further information.
gyp: Error 2 running xcodebuild
gyp ERR! configure error
gyp ERR! stack Error: `gyp` failed with exit code: 1
gyp ERR! stack at ChildProcess.onCpExit (~myUser/.nvm/v0.10.24/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:337:16)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:789:12)
gyp ERR! System Darwin 12.3.0
gyp ERR! command "node" "~myUser/.nvm/v0.10.24/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd ~myUser/MyApp/myapp/myapp_app/node_modules/hashring
gyp ERR! node -v v0.10.24
gyp ERR! node-gyp -v v0.12.1
gyp ERR! not ok
npm ERR! scrypt@1.7.4 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the scrypt@1.7.4 install script.
npm ERR! This is most likely a problem with the scrypt 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 scrypt
npm ERR! There is likely additional logging output above.
npm ERR! System Darwin 12.3.0
npm ERR! command "~myUser/.nvm/v0.10.24/bin/node" "~myUser/.nvm/v0.10.24/bin/npm" "install"
npm ERR! cwd ~myUser/MyApp/myapp/myapp_app/crust
npm ERR! node -v v0.10.24
npm ERR! npm -v 1.3.21
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! ~myUser/MyApp/myapp/myapp_app/crust/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