Skip to content

Commit

Permalink
Update installation instructions re: unmet peer dependencies (#1496)
Browse files Browse the repository at this point in the history
See discussion in #1078
  • Loading branch information
jaredbeck authored and gauravtiwari committed Aug 8, 2018
1 parent 9c46128 commit 61d2ce1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ gem 'webpacker', '>= 4.0.x'
yarn add @rails/webpacker@4.0.0-pre.2
```

Finally, run following to install Webpacker:
Finally, run the following to install Webpacker:

```bash
bundle
Expand All @@ -104,6 +104,11 @@ bundle exec rails webpacker:install
bundle exec rake webpacker:install
```

Optional: To fix ["unmet peer dependency" warnings](https://github.com/rails/webpacker/issues/1078),

```bash
yarn upgrade
```

### Usage

Expand Down

0 comments on commit 61d2ce1

Please sign in to comment.