From 43e2c1d4bf6672b5a1d556ff26c0d6ccca655cec Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 10 May 2018 13:50:05 +0800 Subject: [PATCH] fix: sync to 6.0(WIP) --- aio/content/guide/visual-studio-2015.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/visual-studio-2015.md b/aio/content/guide/visual-studio-2015.md index 12aa6866a1..e1e3c362cd 100644 --- a/aio/content/guide/visual-studio-2015.md +++ b/aio/content/guide/visual-studio-2015.md @@ -57,11 +57,11 @@ if they are not already on your machine.
-**Verify that you are running node version `4.6.x` or greater, and npm `3.x.x` or greater** +**Verify that you are running Node.js version `8.x` or greater, and npm `5.x` or greater** by running `node -v` and `npm -v` in a terminal window. Older versions produce errors. -在终端或者控制台中运行 `node -v` 和 `npm -v`,**请确认你的 Node 版本为 `4.6.x` 或更高,npm 的版本为 `3.x.x` 或更高**。老版本会引起错误。 +在终端或者控制台中运行 `node -v` 和 `npm -v`,**请确认你的 Node.js 版本为 `8.x` 或更高,npm 的版本为 `5.x` 或更高**。老版本会引起错误。