Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created May 18, 2011 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vedovelli/979251 to your computer and use it in GitHub Desktop.
Save vedovelli/979251 to your computer and use it in GitHub Desktop.
root@cpro1127:~/local# npm install forever
> daemon@0.3.0 preinstall /root/node_modules/forever/node_modules/daemon
> 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 /root/local
'configure' finished successfully (0.053s)
Waf: Entering directory `/root/node_modules/forever/node_modules/daemon/build'
[1/2] cxx: src/daemon.cc -> build/default/src/daemon_1.o
[2/2] cxx_link: build/default/src/daemon_1.o -> build/default/daemon.node
Waf: Leaving directory `/root/node_modules/forever/node_modules/daemon/build'
'build' finished successfully (0.249s)
colors@0.5.0 ../node_modules/forever/node_modules/colors
eyes@0.1.6 ../node_modules/forever/node_modules/eyes
timespan@2.0.0 ../node_modules/forever/node_modules/timespan
async@0.1.9 ../node_modules/forever/node_modules/async
vows@0.5.8 ../node_modules/forever/node_modules/vows
daemon@0.3.0 ../node_modules/forever/node_modules/daemon
wordwrap@0.0.1 ../node_modules/forever/node_modules/optimist/node_modules/wordwrap
optimist@0.2.3 ../node_modules/forever/node_modules/optimist
redis@0.5.11 ../node_modules/forever/node_modules/nconf/node_modules/redis
nconf@0.1.9 ../node_modules/forever/node_modules/nconf
request@1.9.5 ../node_modules/forever/node_modules/winston/node_modules/loggly/node_modules/request
loggly@0.3.3 ../node_modules/forever/node_modules/winston/node_modules/loggly
winston@0.2.7 ../node_modules/forever/node_modules/winston
forever@0.5.2 ../node_modules/forever
root@cpro1127:~/local# forever -v
forever: command not found
root@cpro1127:~/local# npm -v
1.0.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment