aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobertDober2017-10-19 12:59:29 +0200
committerRobert2017-11-13 09:28:48 +0100
commit85c07bd60473d061b60c94c1f33d45a178137a92 (patch)
tree55aa014acd84d8039fe883ddc468171317e3e52b
parent25fe12d168d7e173cabfa17d1e4a5d1860f8756d (diff)
downloadchouette-core-update-INSTALL.tar.bz2
yet another Teddy contributionupdate-INSTALL
-rw-r--r--INSTALL.md9
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