From c1ed07eadc07e878ad09feecb529c26623189878 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 17 Oct 2017 15:25:44 +0200 Subject: updated INSTALL.md for Webpack --- INSTALL.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index bd4a3f330..1da342e39 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,6 +19,19 @@ Go into your local repro and install the gems bundle +## Node and Yarn + +Yarn needs a node version ≥ 6, if you use Node Version Manager [NVM](https://github.com/creationix/nvm) you can rely on the content of `.nvmrc`. + +Otherwise please make sure to use a compatible version, still best to use the same as indicated by `.nvrmc`. + +Then install yarn (`brew install yarn` does nicely on macOS). + +## Webpack + +... is managed by the webpacker gem, thusly at latest + before starting your server and tests, setup webpacker with `bundle exec rake webpacker:install`. + ### Installation Caveats #### Node Related Issue, libv8 -- cgit v1.2.3 From 671d58819a33c6b15c6241859ee039031842f065 Mon Sep 17 00:00:00 2001 From: Robert Date: Tue, 24 Oct 2017 15:38:42 +0200 Subject: Fixes: #4633;@0.5h; CR changes --- INSTALL.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 1da342e39..6e497b580 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,11 +27,6 @@ Otherwise please make sure to use a compatible version, still best to use the sa Then install yarn (`brew install yarn` does nicely on macOS). -## Webpack - -... is managed by the webpacker gem, thusly at latest - before starting your server and tests, setup webpacker with `bundle exec rake webpacker:install`. - ### Installation Caveats #### Node Related Issue, libv8 -- cgit v1.2.3