Installing node.js on Mac OSX
I recently installed node.js on a Mac running OSX 10.7.2 and these were the steps I followed at the command line. Â Git and Xcode were already installed on the machine so this assumes they are already present. git clone git://github.com/ry/node.git cd node ./configure make sudo make install You can test that node is installed by running a simple program such… Continue reading "Installing node.js on Mac OSX"