diff options
| author | Robert | 2017-10-17 15:25:44 +0200 |
|---|---|---|
| committer | Robert | 2017-10-17 15:25:44 +0200 |
| commit | c1ed07eadc07e878ad09feecb529c26623189878 (patch) | |
| tree | 2511e74fdc66ff03ea1e0675771cf5d5b2a31fc2 | |
| parent | f6bfa739829863a0f9b784fd51a0aa9e25091e6a (diff) | |
| download | chouette-core-c1ed07eadc07e878ad09feecb529c26623189878.tar.bz2 | |
updated INSTALL.md for Webpack
| -rw-r--r-- | INSTALL.md | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
