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

Change "OS X" references to "macOS" #1511

Merged
merged 1 commit into from
Feb 9, 2017
Merged
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
8 changes: 4 additions & 4 deletions packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ set REACT_APP_SECRET_CODE=abcdef&&npm start

(Note: the lack of whitespace is intentional.)

#### Linux, OS X (Bash)
#### Linux, macOS (Bash)

```bash
REACT_APP_SECRET_CODE=abcdef npm start
Expand Down Expand Up @@ -684,7 +684,7 @@ set HTTPS=true&&npm start

(Note: the lack of whitespace is intentional.)

#### Linux, OS X (Bash)
#### Linux, macOS (Bash)

```bash
HTTPS=true npm start
Expand Down Expand Up @@ -912,7 +912,7 @@ set CI=true&&npm run build

(Note: the lack of whitespace is intentional.)

##### Linux, OS X (Bash)
##### Linux, macOS (Bash)

```bash
CI=true npm test
Expand Down Expand Up @@ -1285,7 +1285,7 @@ If this doesn’t happen, try one of the following workarounds:
* 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.
* 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).
* 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).
* 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.
* 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.

If none of these solutions help please leave a comment [in this thread](https://github.com/facebookincubator/create-react-app/issues/659).

Expand Down