Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 388 Bytes

File metadata and controls

30 lines (22 loc) · 388 Bytes

install

install nodejs

sudo apt-get install nodejs
sudo apt-get install npm

upgrade:

sudo npm install npm -g
npm install –g n stable

modify repo:

npm get registry 
npm config set registry http://registry.npm.taobao.org/
# npm config set registry https://registry.npmjs.org/

install gitbook

npm install gitbook-cli -g
gitbook -V