node.js


19
Dec 11

Installing npm on OSX

I needed to install npm to setup socket.io. This actually works.

1
2
$ sudo su
$ curl http://npmjs.org/install.sh | sh

 

Easy.