Skip to content

Instantly share code, notes, and snippets.

@FLYBYME
Created October 21, 2012 17:34
Show Gist options
  • Save FLYBYME/3927712 to your computer and use it in GitHub Desktop.
Save FLYBYME/3927712 to your computer and use it in GitHub Desktop.
^C[bob@bob-workstation calipso]$ npm install node-expat
npm http GET https://registry.npmjs.org/node-expat
npm http 304 https://registry.npmjs.org/node-expat
> node-expat@1.4.5 install /home/bob/Documents/node/calipso/node_modules/node-expat
> node-waf configure build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : not found
Checking for node prefix : ok /usr/local
Checking for header expat.h : not installed
/home/bob/Documents/node/calipso/node_modules/node-expat/wscript:13: error: the configuration failed (see '/home/bob/Documents/node/calipso/node_modules/node-expat/build/config.log')
npm ERR! node-expat@1.4.5 install: `node-waf configure build`
npm ERR! `sh "-c" "node-waf configure build"` failed with 1
npm ERR!
npm ERR! Failed at the node-expat@1.4.5 install script.
npm ERR! This is most likely a problem with the node-expat package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-waf configure build
npm ERR! You can get their info via:
npm ERR! npm owner ls node-expat
npm ERR! There is likely additional logging output above.
npm ERR! System Linux 3.6.2-4.fc17.i686
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "node-expat"
npm ERR! cwd /home/bob/Documents/node/calipso
npm ERR! node -v v0.8.11
npm ERR! npm -v 1.1.62
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/bob/Documents/node/calipso/npm-debug.log
npm ERR! not ok code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment