Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 30th, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # install node wherever.
  2. # use sudo even, it doesn't matter
  3. # we're telling npm to install in a different place.
  4.  
  5. echo prefix = ~/local >> ~/.npmrc
  6. curl http://npmjs.org/install.sh | sh