Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created March 30, 2012 20:34
Show Gist options
  • Save ingydotnet/2254784 to your computer and use it in GitHub Desktop.
Save ingydotnet/2254784 to your computer and use it in GitHub Desktop.
ingy@thinkingy:~/tty.js$ npm install
npm WARN publish-everything [email protected] Adding entire directory to tarball. Please add a
npm WARN publish-everything [email protected] .npmignore or specify a 'files' array in the package.json
node-waf configure build
Checking for program g++ or c++ : not found
Checking for program icpc : not found
Checking for program c++ : not found
/home/ingy/.node_libraries/.npm/ws/0.4.12/package/wscript:20: error: could not configure a cxx compiler!
make: *** [all] Error 1
npm ERR! install failed Error: [email protected] preinstall: `make`
npm ERR! install failed `sh` failed with 2
npm ERR! install failed at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/exec.js:25:18)
npm ERR! install failed at ChildProcess.emit (events.js:67:17)
npm ERR! install failed at ChildProcess.onexit (child_process.js:192:12)
npm ERR! Error: [email protected] preinstall: `make`
npm ERR! `sh` failed with 2
npm ERR! at ChildProcess.<anonymous> (/usr/share/npm/lib/utils/exec.js:25:18)
npm ERR! at ChildProcess.emit (events.js:67:17)
npm ERR! at ChildProcess.onexit (child_process.js:192:12)
npm ERR!
npm ERR! Failed at the [email protected] preinstall script.
npm ERR! This is most likely a problem with the ws package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! make
npm ERR! You can get their info via:
npm ERR! npm owner ls ws
npm ERR! There may be additional logging output above.
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment