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(+) 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