Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 343 Bytes

INSTALL.md

File metadata and controls

18 lines (15 loc) · 343 Bytes

Install NodeJS

OS X

  1. Install Homebrew
  2. brew install node

Ubuntu

  1. sudo apt-get install software-properties-common
  2. sudo add-apt-repository ppa:chris-lea/node.js
  3. sudo apt-get update
  4. sudo apt-get install nodejs npm

Windows

  1. Download Install from http://nodejs.org/download/