Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6c00203

Browse files
wardbellFoxandxss
authored andcommitted
docs(setup): note that npm start fails in Bash for Windows (#3065)
1 parent 20a66c9 commit 6c00203

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

public/docs/ts/latest/guide/setup.jade

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ code-example(language="sh" class="code-shell").
4545
!{_npm} !{_install}
4646
!{_npm} !{_start}
4747

48+
.alert.is-important
49+
:marked
50+
`npm start` fails in _Bash for Windows_ which does not support networking to servers as of January, 2017.
51+
4852
a#download
4953
:marked
5054
### Download
@@ -56,6 +60,10 @@ code-example(language="sh" class="code-shell").
5660
!{_npm} !{_install}
5761
!{_npm} !{_start}
5862

63+
.alert.is-important
64+
:marked
65+
`npm start` fails in _Bash for Windows_ which does not support networking to servers as of January, 2017.
66+
5967
.l-main-section#seed
6068
:marked
6169
## What's in the QuickStart seed?

0 commit comments

Comments
 (0)