Skip to content

Instantly share code, notes, and snippets.

@codeinvain
Created March 31, 2011 05:50
Show Gist options
  • Save codeinvain/895882 to your computer and use it in GitHub Desktop.
Save codeinvain/895882 to your computer and use it in GitHub Desktop.
error log while installing libxmljs using npm
npm info it worked if it ends with ok
npm info using npm@0.3.18
npm info using node@v0.4.2
npm info preinstall libxmljs@0.4.1
make: scons: No such file or directory
make: *** [node] Error 1
npm info libxmljs@0.4.1 Failed to exec preinstall script
npm ERR! install failed Error: libxmljs@0.4.1 preinstall: `make node`
npm ERR! install failed `sh "-c" "make node"` failed with 2
npm ERR! install failed at ChildProcess.<anonymous> (/usr/local/lib/node/.npm/npm/0.3.18/package/lib/utils/exec.js:49:20)
npm ERR! install failed at ChildProcess.emit (events.js:45:17)
npm ERR! install failed at ChildProcess.onexit (child_process.js:171:12)
..
..
..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment