diff options
| author | RobertDober | 2017-10-19 12:59:29 +0200 |
|---|---|---|
| committer | Robert | 2017-11-13 09:28:48 +0100 |
| commit | 85c07bd60473d061b60c94c1f33d45a178137a92 (patch) | |
| tree | 55aa014acd84d8039fe883ddc468171317e3e52b | |
| parent | 25fe12d168d7e173cabfa17d1e4a5d1860f8756d (diff) | |
| download | chouette-core-update-INSTALL.tar.bz2 | |
yet another Teddy contributionupdate-INSTALL
| -rw-r--r-- | INSTALL.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index b95a67dbf..7516c20ee 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,6 +32,15 @@ Then install yarn (`brew install yarn` does nicely on macOS). ... is managed by the webpacker gem, thusly at latest before starting your server and tests, setup webpacker with `bundle exec rake webpacker:install`. + +It seems that for older versions of Rails this alternative command must be used: + + rake webpacker:yarn_install + +According to `rake -T`: + + rake webpacker:yarn_install[arg1,arg2] # Support for older Rails versions + ### Installation Caveats #### Node Related Issue, libv8 |
