From 6c00203623f52f3362c6e1d2ad4dcc4ed2a5bbab Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Mon, 2 Jan 2017 15:06:46 -0800 Subject: [PATCH] docs(setup): note that `npm start` fails in Bash for Windows (#3065) --- public/docs/ts/latest/guide/setup.jade | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/docs/ts/latest/guide/setup.jade b/public/docs/ts/latest/guide/setup.jade index c672b77d8d..47c3cf9aca 100644 --- a/public/docs/ts/latest/guide/setup.jade +++ b/public/docs/ts/latest/guide/setup.jade @@ -45,6 +45,10 @@ code-example(language="sh" class="code-shell"). !{_npm} !{_install} !{_npm} !{_start} +.alert.is-important + :marked + `npm start` fails in _Bash for Windows_ which does not support networking to servers as of January, 2017. + a#download :marked ### Download @@ -56,6 +60,10 @@ code-example(language="sh" class="code-shell"). !{_npm} !{_install} !{_npm} !{_start} +.alert.is-important + :marked + `npm start` fails in _Bash for Windows_ which does not support networking to servers as of January, 2017. + .l-main-section#seed :marked ## What's in the QuickStart seed?