Skip to content

Instantly share code, notes, and snippets.

@davidbanham
Created December 2, 2011 01:49
Show Gist options
  • Save davidbanham/1421331 to your computer and use it in GitHub Desktop.
Save davidbanham/1421331 to your computer and use it in GitHub Desktop.
npm output time issue
npm install time
> [email protected] preinstall /home/ubuntu/oim-cpanel/node_modules/time
> node-waf clean || true; node-waf configure build
sh: node-waf: not found
sh: node-waf: not found
npm ERR! error installing [email protected] Error: [email protected] preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! error installing [email protected] `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR! error installing [email protected] at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:49:20)
npm ERR! error installing [email protected] at ChildProcess.emit (events.js:67:17)
npm ERR! error installing [email protected] at ChildProcess.onexit (child_process.js:192:12)
npm ERR! [email protected] preinstall: `node-waf clean || true; node-waf configure build`
npm ERR! `sh "-c" "node-waf clean || true; node-waf configure build"` failed with 127
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the time package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf clean || true; node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls time
npm ERR! There is likely additional logging output above.
npm ERR!
npm ERR! System Linux 2.6.38-8-virtual
npm ERR! command "node" "/usr/bin/npm" "install" "time"
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ubuntu/oim-cpanel/npm-debug.log
npm not ok
ubuntu@ip-10-244-29-209:~/oim-cpanel$ npm install node-waf
npm ERR! 404 'node-waf' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it.
npm ERR! 404 Note that you can also install from a tarball or folder.
npm ERR!
npm ERR! System Linux 2.6.38-8-virtual
npm ERR! command "node" "/usr/bin/npm" "install" "node-waf"
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/ubuntu/oim-cpanel/npm-debug.log
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment