We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c46128 commit 61d2ce1Copy full SHA for 61d2ce1
README.md
@@ -94,7 +94,7 @@ gem 'webpacker', '>= 4.0.x'
94
yarn add @rails/webpacker@4.0.0-pre.2
95
```
96
97
-Finally, run following to install Webpacker:
+Finally, run the following to install Webpacker:
98
99
```bash
100
bundle
@@ -104,6 +104,11 @@ bundle exec rails webpacker:install
104
bundle exec rake webpacker:install
105
106
107
+Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/webpacker/issues/1078),
108
+
109
+```bash
110
+yarn upgrade
111
+```
112
113
### Usage
114
0 commit comments