Skip to content

Commit e3b5b67

Browse files
author
Matthew Saginario
committed
fized yarn install stuff
1 parent 56921c8 commit e3b5b67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,11 +389,11 @@ To add the packages using yarn run these commands:
389389
```bash
390390
yarn add react@16
391391
yarn add react-dom@16
392-
yarn add react-router@5.0.0
393-
yarn add react-router-dom@5.0.0
394-
yarn add react_ujs@5.0
392+
yarn add react-router@^5.0.0
393+
yarn add react-router-dom@^5.0.0
394+
yarn add react_ujs@^2.5.0
395+
yarn add jquery@^3.4.1
395396
```
396-
397397
And then add a `cancel_import` directive to the `hyperstack.rb` initializer in your the Rails `config/initializers` directory:
398398

399399
```ruby

0 commit comments

Comments
 (0)