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.
This commit is contained in:
Alex Xu 2017-06-20 14:53:17 -04:00 committed by Matias Niemelä
parent 8b4acbbcbf
commit eacc36bbd5
1 changed files with 2 additions and 2 deletions

View File

@ -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).
</div> </div>
@ -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).
</div> </div>