From ac97536aa54c0940c06c73d364eff116e4eda0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 10 Nov 2018 22:21:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/本地开发调试.md b/本地开发调试.md index 3d9bb2b..b3e0061 100644 --- a/本地开发调试.md +++ b/本地开发调试.md @@ -2,7 +2,7 @@ ### nodejs - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs npm -v # 要求 3.10.10