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: packages/react-scripts/template/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -578,7 +578,7 @@ set REACT_APP_SECRET_CODE=abcdef&&npm start
578
578
579
579
(Note: the lack of whitespace is intentional.)
580
580
581
-
#### Linux, OS X (Bash)
581
+
#### Linux, macOS (Bash)
582
582
583
583
```bash
584
584
REACT_APP_SECRET_CODE=abcdef npm start
@@ -684,7 +684,7 @@ set HTTPS=true&&npm start
684
684
685
685
(Note: the lack of whitespace is intentional.)
686
686
687
-
#### Linux, OS X (Bash)
687
+
#### Linux, macOS (Bash)
688
688
689
689
```bash
690
690
HTTPS=true npm start
@@ -912,7 +912,7 @@ set CI=true&&npm run build
912
912
913
913
(Note: the lack of whitespace is intentional.)
914
914
915
-
##### Linux, OS X (Bash)
915
+
##### Linux, macOS (Bash)
916
916
917
917
```bash
918
918
CI=true npm test
@@ -1285,7 +1285,7 @@ If this doesn’t happen, try one of the following workarounds:
1285
1285
* If the watcher doesn’t see a file called `index.js` and you’re referencing it by the folder name, you [need to restart the watcher](https://github.com/facebookincubator/create-react-app/issues/1164) due to a Webpack bug.
1286
1286
* Some editors like Vim and IntelliJ have a “safe write” feature that currently breaks the watcher. You will need to disable it. Follow the instructions in [“Working with editors supporting safe write”](https://webpack.github.io/docs/webpack-dev-server.html#working-with-editors-ides-supporting-safe-write).
1287
1287
* If your project path contains parentheses, try moving the project to a path without them. This is caused by a [Webpack watcher bug](https://github.com/webpack/watchpack/issues/42).
1288
-
* On Linux and OS X, you might need to [tweak system settings](https://webpack.github.io/docs/troubleshooting.html#not-enough-watchers) to allow more watchers.
1288
+
* On Linux and macOS, you might need to [tweak system settings](https://webpack.github.io/docs/troubleshooting.html#not-enough-watchers) to allow more watchers.
1289
1289
1290
1290
If none of these solutions help please leave a comment [in this thread](https://github.com/facebookincubator/create-react-app/issues/659).
0 commit comments