From f9d117e2259acab56a2e84f9e4a35e18c7ecf280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Thu, 27 Sep 2018 09:14:52 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9C=AC=E5=9C=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E8=B0=83=E8=AF=95.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 本地开发调试.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/本地开发调试.md b/本地开发调试.md index b25c4b4..8acf4fe 100644 --- a/本地开发调试.md +++ b/本地开发调试.md @@ -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 + ### 建立运行目录