Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 413 Bytes

prepare-environment.md

File metadata and controls

20 lines (14 loc) · 413 Bytes

Prepare Environment

Operating system

  • OSX
  • Linux
  • Windows(not recommended)

Install Node

recommended to select the latestLTS version(Long Term Support)。

recommended to use Node Version Manager nvm

$ git clone https://github.com/creationix/nvm.git ~/.nvm
$ source ~/.nvm/nvm.sh
$ nvm install v8.9.1
$ nvm alias default 8