How to Install Node.js on a Mac


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. git clone git://github.com/ry/node.git
  2. cd node
  3. ./configure
  4. make
  5. sudo make install

URL: how-to-install-node-js-on-a-mac

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.