Created
October 21, 2012 17:34
-
-
Save FLYBYME/3927712 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^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 | |
> [email protected] 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! [email protected] install: `node-waf configure build` | |
npm ERR! `sh "-c" "node-waf configure build"` failed with 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] 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