Skip to content

Commit 61d2ce1

Browse files
jaredbeckgauravtiwari
authored andcommitted
Update installation instructions re: unmet peer dependencies (#1496)
See discussion in #1078
1 parent 9c46128 commit 61d2ce1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
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)