We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9952688 commit 16b455dCopy full SHA for 16b455d
docs/installation/installation.md
@@ -387,11 +387,11 @@ include them in the sprockets asset pipeline.
387
To add the packages using yarn run these commands:
388
389
```bash
390
-yarn 'react', '16'
391
-yarn 'react-dom', '16'
392
-yarn 'react-router', '^5.0.0'
393
-yarn 'react-router-dom', '^5.0.0'
394
-yarn 'react_ujs', '^2.5.0'
+yarn add react@16
+yarn add react-dom@16
+yarn react-router@5.0.0
+yarn react-router-dom@5.0.0
+yarn react_ujs@5.0
395
```
396
397
And then add a `cancel_import` directive to the `hyperstack.rb` initializer in your the Rails `config/initializers` directory:
0 commit comments