Skip to content

Commit

Permalink
Update installation instructions re: unmet peer dependencies
Browse files Browse the repository at this point in the history
See discussion in rails#1078
  • Loading branch information
jaredbeck authored May 11, 2018
1 parent d22a3c9 commit 77ede6b
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 @@ -92,7 +92,7 @@ gem 'webpacker', git: 'https://github.com/rails/webpacker.git'
gem 'webpacker', '>= 4.0.x'
```

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

```bash
bundle
Expand All @@ -102,6 +102,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 77ede6b

Please sign in to comment.