Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 494 Bytes

prepare-environment.md

File metadata and controls

28 lines (19 loc) · 494 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

install beidou generator

$ npm install beidou-init -g