Skip to content

Commit

Permalink
Add missing prerequisite package install to use in CRA >=5 (#4783)
Browse files Browse the repository at this point in the history
  • Loading branch information
bard authored Feb 23, 2022
1 parent bd6a9d8 commit a824d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ If you are using create-react-app version >=5 you may run into issues building.
If you are using yarn:
```bash
yarn add --dev react-app-rewired crypto-browserify stream-browserify assert stream-http https-browserify os-browserify url buffer
yarn add --dev react-app-rewired process crypto-browserify stream-browserify assert stream-http https-browserify os-browserify url buffer
```
If you are using npm:
Expand Down

0 comments on commit a824d5a

Please sign in to comment.