Skip to content

Commit c360b43

Browse files
ashide2729dylhunn
authored andcommitted
docs: add yarn build fail workaround on windows (angular#47037)
PR Close angular#47037
1 parent f9b30df commit c360b43

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/DEVELOPER.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Before you can build and test Angular, you must install and configure the
2222
following products on your development machine:
2323

2424
* [Git](https://git-scm.com/) and/or the [**GitHub app**](https://desktop.github.com/) (for Mac and Windows);
25-
[GitHub's Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source of information.
25+
[GitHub's Guide to Installing Git](https://help.github.com/articles/set-up-git) is a good source of information.\
26+
**Windows Users**: Git Bash or an equivalent shell is required\
27+
*Windows Powershell and cmd shells are not supported [#46780](https://github.com/angular/angular/issues/46780) so some commands might fail*
2628

2729
* [Node.js](https://nodejs.org), (version specified in the engines field of [`package.json`](../package.json)) which is used to run a development web server,
2830
run tests, and generate distributable files.

0 commit comments

Comments
 (0)