Skip to content

Instantly share code, notes, and snippets.

@guiomie
Created October 23, 2011 16:19
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 guiomie/1307544 to your computer and use it in GitHub Desktop.
Save guiomie/1307544 to your computer and use it in GitHub Desktop.
node-service-deploy with all modules npm uninstalled -g
Deploying node-service.
revision: master
timestamp: 2011-10-23T16-16-54.342441619
Installing node module deps (from package.json).
npm WARN invalid config node-version="v0.4"
> express@2.4.7 test /home/node/node-service/releases/2011-10-23T16-16-54.342441619/node_modules/express
> make test
find: docs: No such file or directory
find: test: No such file or directory
/bin/sh: line 1: ./node_modules/.bin/expresso: not found
make: *** [test] Error 127
npm ERR! express@2.4.7 test: `make test`
npm ERR! `sh "-c" "make test"` failed with 2
npm ERR!
npm ERR! Failed at the express@2.4.7 test script.
npm ERR! This is most likely a problem with the express package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! make test
npm ERR! You can get their info via:
npm ERR! npm owner ls express
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System SunOS 5.11
npm ERR! command "/opt/nodejs/v0.4/bin/node" "/opt/nodejs/bin/npm" "build" "/home/node/node-service/releases/2011-10-23T16-16-54.342441619" "--npat"
npm ERR! cwd /home/node/node-service/releases/2011-10-23T16-16-54.342441619
npm ERR! node -v v0.4.11
npm ERR! npm -v 1.0.27
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/node/node-service/releases/2011-10-23T16-16-54.342441619/npm-debug.log
npm not ok
Rolling back to default server.
Starting node-service.
Rollback succeeded.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment