Created
March 30, 2012 20:38
-
-
Save ingydotnet/2254807 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
ingy@thinkingy:~/tty.js$ npm install | |
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 : ok /home/ingy/.node_libraries | |
Checking for node prefix : ok /usr | |
'configure' finished successfully (0.282s) | |
Waf: Entering directory `/home/ingy/.node_libraries/.npm/ws/0.4.12/package/build' | |
[1/4] cxx: src/validation.cc -> build/default/src/validation_1.o | |
[2/4] cxx: src/bufferutil.cc -> build/default/src/bufferutil_2.o | |
[3/4] cxx_link: build/default/src/validation_1.o -> build/default/validation.node | |
[4/4] cxx_link: build/default/src/bufferutil_2.o -> build/default/bufferutil.node | |
Waf: Leaving directory `/home/ingy/.node_libraries/.npm/ws/0.4.12/package/build' | |
'build' finished successfully (0.933s) | |
npm ERR! install failed Error: Required package: options(latest) not found. (Found: ["0.0.3"]) | |
npm ERR! install failed (required by: [email protected]) | |
npm ERR! install failed at /usr/share/npm/lib/build.js:192:19 | |
npm ERR! install failed at cb (/usr/share/npm/lib/utils/graceful-fs.js:32:9) | |
npm ERR! Error: Required package: options(latest) not found. (Found: ["0.0.3"]) | |
npm ERR! (required by: [email protected]) | |
npm ERR! at /usr/share/npm/lib/build.js:192:19 | |
npm ERR! at cb (/usr/share/npm/lib/utils/graceful-fs.js:32:9) | |
npm ERR! Report this *entire* log at <http://github.com/isaacs/npm/issues> | |
npm ERR! or email it to <[email protected]> | |
npm ERR! Just tweeting a tiny part of the error will not be helpful. | |
npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment