Skip to content

Commit 4538f30

Browse files
committed
Update installation instructions re: unmet peer dependencies (#1496)
See discussion in rails/webpacker#1078
1 parent b5ae810 commit 4538f30

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ gem 'webpacker', '>= 4.0.x'
9494
yarn add @rails/webpacker@4.0.0-pre.2
9595
```
9696

97-
Finally, run following to install Webpacker:
97+
Finally, run the following to install Webpacker:
9898

9999
```bash
100100
bundle
@@ -104,6 +104,11 @@ bundle exec rails webpacker:install
104104
bundle exec rake webpacker:install
105105
```
106106

107+
Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/webpacker/issues/1078),
108+
109+
```bash
110+
yarn upgrade
111+
```
107112

108113
### Usage
109114

0 commit comments

Comments
 (0)