Update 本地开发调试.md

This commit is contained in:
2018-09-27 09:14:52 +08:00
parent 7a4c4a90b4
commit f9d117e225

View File

@@ -1,8 +1,13 @@
## 本地安装开发调试环境
### nodejs
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
npm -v # 要求 3.10.10
sudo npm i npm@3.10.10 -g
### 建立运行目录