Installing npm 1.0.6 on Mac OS X 10.6.7 Snow LeopardEdit
The npm site recommends installing the latest version by piping the output of a curl
invocation into sh
, but I prefer to review and install a specific version:
$ git clone http://github.com/isaacs/npm.git
$ cd npm
$ git checkout v1.0.6
$ sudo make install