Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 121c30c

Browse files
author
Dominik Rowicki
authored
Suggest yarn create instead of a global package
Solves the problem of user having an incompatible or outdated version of `create-react-app` installed. Also, it's arguably more convenient this way.
1 parent 7c1b0e8 commit 121c30c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ The idea behind this project is to provide a solid foundation for **Single Page
1717

1818
## Usage
1919
```sh
20-
yarn global add create-react-app
21-
create-react-app project-name --scripts-version @netguru/react-scripts
20+
yarn create react-app project-name --scripts-version @netguru/react-scripts
2221
```
2322

2423
## Create React App should not expose any configs, why there is a stylelint and eslint config present?

0 commit comments

Comments
 (0)