Skip to content

Instantly share code, notes, and snippets.

@gedex
Created September 29, 2012 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gedex/b164c72e7eac13f32df1 to your computer and use it in GitHub Desktop.
Save gedex/b164c72e7eac13f32df1 to your computer and use it in GitHub Desktop.
Nodejitsu Error
info: Creating snapshot 0.0.1-4
info: Updating app image-placeholder
info: Activating snapshot 0.0.1-4 for image-placeholder
info: Starting app image-placeholder
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: There was an error while attempting to deploy the app
error:
error: NPM Install failed
error: NPM failed to install dependencies
error:
error: This type of error is usually a user error.
error: Error output from Haibu:
error:
error: gyp http GET http://nodejs.org/dist/v0.8.9/node-v0.8.9.tar.gz
error: gyp WARN install got an error, rolling back install
error: gyp ERR! configure error
error: gyp ERR! stack Error: socket hang up
error: gyp ERR! stack at createHangUpError (http.js:1263:15)
error: gyp ERR! stack at Socket.socketOnEnd (http.js:1351:23)
error: gyp ERR! stack at TCP.onread (net.js:418:26)
error: gyp ERR! System SunOS 5.11
error: gyp ERR! command "node" "/opt/haibu/node-versions/0.8.9/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
error: gyp ERR! cwd /opt/haibu/apps/akeda/image-placeholder/package/node_modules/canvas
error: gyp ERR! node -v v0.8.9
error: gyp ERR! node-gyp -v v0.6.8
error: gyp ERR! not ok
error: npm ERR! canvas@0.13.1 install: `node-gyp rebuild`
error: npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
error: npm ERR!
error: npm ERR! Failed at the canvas@0.13.1 install script.
error: npm ERR! This is most likely a problem with the canvas package,
error: npm ERR! not with npm itself.
error: npm ERR! Tell the author that this fails on your system:
error: npm ERR! node-gyp rebuild
error: npm ERR! You can get their info via:
error: npm ERR! npm owner ls canvas
error: npm ERR! There is likely additional logging output above.
error:
error: npm ERR! System SunOS 5.11
error: npm ERR! command "node" "/opt/haibu/node-versions/0.8.9/bin/npm" "--unsafe-perm" "true" "--cache" "/opt/haibu/apps/akeda/image-placeholder/.npm" "--userconfig" "/opt/haibu/apps/akeda/image-placeholder/.userconfig" "--globalconfig" "/opt/haibu/apps/akeda/image-placeholder/.globalconfig" "install"
error: npm ERR! cwd /opt/haibu/apps/akeda/image-placeholder/package
error: npm ERR! node -v v0.8.9
error: npm ERR! npm -v 1.1.61
error: npm ERR! code ELIFECYCLE
error: npm ERR!
error: npm ERR! Additional logging details can be found in:
error: npm ERR! /opt/haibu/apps/akeda/image-placeholder/package/npm-debug.log
error: npm ERR! not ok code 0
error:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment