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

Installing node.js 0.4.7 on Mac OS X 10.6.7 Snow LeopardEdit

Created 5/14/2011, updated 3/12/2020
$ curl -O node-v0.4.7.tar.gz
$ tar xzvf node-v0.4.7.tar.gz
$ cd node-v0.4.7
$ ./configure
$ make
$ make test
$ sudo make install
  • node
  • 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).