• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Installing npm 1.0.6 on Mac OS X 10.6.7 Snow LeopardEdit

Created 5/14/2011, updated 5/18/2017

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
  • npm
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).