You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
-4
Original file line number
Diff line number
Diff line change
@@ -327,10 +327,6 @@ The project utilizes [yarn workspaces](https://yarnpkg.com/lang/en/docs/workspac
327
327
> **⚠ Running on Windows?**
328
328
>
329
329
> Many of the NPM scripts used during development use commands designed for a Linux-like shell.If you are running a Windows operating system, you may encounter many commands that are not working. To fix this behavior, you have to set a Linux-like shell as the default `npm` script shell. If you have Git for Windows installed, you can set Git Bash as the default script shell by using the following command:
330
-
> ```bash
331
-
> yarn config set script-shell "C:\\Program Files (x86)\\git\\bin\\bash.exe"
332
-
>```
333
-
> Git Bash may be installed in`Program Files`, if so, use the following command:
334
330
>```bash
335
331
> yarn config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
0 commit comments