From eacc36bbd5a1834c2f4b40dc6772cd73c358edeb Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Tue, 20 Jun 2017 14:53:17 -0400 Subject: [PATCH] docs(aio): update Bash for Windows info As of the Creator's Update, Bash on Ubuntu on Windows supports all npm commands. https://blogs.msdn.microsoft.com/commandline/2017/04/11/windows-10-creators-update-whats-new-in-bashwsl-windows-console/ Update setup documentation accordingly. --- aio/content/guide/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/setup.md b/aio/content/guide/setup.md index b0e179739c..e74574166a 100644 --- a/aio/content/guide/setup.md +++ b/aio/content/guide/setup.md @@ -34,7 +34,7 @@ Perform the _clone-to-launch_ steps with these terminal commands. -`npm start` fails in _Bash for Windows_ which does not support networking to servers as of January, 2017. +`npm start` fails in _Bash for Windows_ in versions earlier than the Creator's Update (April 2017). @@ -62,7 +62,7 @@ and unzip it into your project folder. Then perform the remaining steps with the -`npm start` fails in _Bash for Windows_ which does not support networking to servers as of January, 2017. +`npm start` fails in _Bash for Windows_ in versions earlier than the Creator's Update (April 2017).