Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note for git bash and yarn bug #133

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions How-to-Contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ You'll need the following tools:
- [Git](https://git-scm.com)
- [Node.JS](https://nodejs.org/en/), **x64**, version `>= 10.16.0`, `< 11.0.0`
- [Yarn](https://yarnpkg.com/en/), follow the [installation guide](https://yarnpkg.com/en/docs/install)
- **Windows:** There is a bug with yarn and older versions of nodejs when using git bash [#5717](https://github.com/yarnpkg/yarn/issues/5717)
Install an older version of yarn to fix this. `npm install -g [email protected]`
- [Python](https://www.python.org/downloads/release/python-2715/), at least version 2.7 (version 3 is __*not*__ supported)
- **Note:** Python 2.7 will be automatically installed for Windows users through installing `windows-build-tools` npm module (see below)
- A C/C++ compiler tool chain for your platform:
Expand Down