Skip to content

Instantly share code, notes, and snippets.

@zzo
Created July 30, 2011 01:06
Show Gist options
  • Save zzo/1115057 to your computer and use it in GitHub Desktop.
Save zzo/1115057 to your computer and use it in GitHub Desktop.
npm install
[ps48174]$ sudo npm install
[sudo] password for trostler:
> glob@2.0.7 preinstall /home/trostler/JUTE/backend/nodejute/node_modules/glob
> node-waf clean || true; node-waf configure build
Nothing to clean (project not configured)
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
'configure' finished successfully (0.998s)
Waf: Entering directory `/home/trostler/JUTE/backend/nodejute/node_modules/glob/build'
[1/8] cxx: deps/glob/glob.c -> build/default/deps/glob/glob_1.o
[2/8] cxx: deps/fnmatch/fnmatch.c -> build/default/deps/fnmatch/fnmatch_2.o
[3/8] cxx: src/glob.cc -> build/default/src/glob_3.o
[4/8] cxx: deps/glob/glob.c -> build/default/deps/glob/glob_4.o
[5/8] cxx: deps/fnmatch/fnmatch.c -> build/default/deps/fnmatch/fnmatch_5.o
[6/8] cxx: src/glob.cc -> build/default/src/glob_6.o
[7/8] cxx_link: build/default/src/glob_3.o build/default/deps/glob/glob_1.o build/default/deps/fnmatch/fnmatch_2.o -> build/default/glob.node
[8/8] cxx_link: build/default/src/glob_6.o build/default/deps/glob/glob_4.o build/default/deps/fnmatch/fnmatch_5.o -> build/default/glob_g.node
Waf: Leaving directory `/home/trostler/JUTE/backend/nodejute/node_modules/glob/build'
'build' finished successfully (0.384s)
npm WARN skipping, cannot run in /home/trostler/JUTE/backend/nodejute jute@0.0.1 npm install glob
node-uuid@1.2.0 ./node_modules/node-uuid
soda@0.2.4 ./node_modules/soda
argsparser@0.0.6 ./node_modules/argsparser
connect@1.6.0 ./node_modules/connect
├── mime@1.2.2
└── qs@0.3.0
glob@2.0.7 ./node_modules/glob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment