Advertisement
Guest User

How to Install Node.JS Mac

a guest
Jul 29th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. git clone git://github.com/ry/node.git
  2. cd node
  3. ./configure
  4. make
  5. sudo make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement