diff options
author | Christophe HAMERLING <chamerling@linagora.com> | 2020-06-24 16:30:37 +0200 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2020-06-26 10:06:01 +0200 |
commit | 1c4f76e3b84ae33823474f8c7970ff6f839f0b66 (patch) | |
tree | c7149475d90cfd0d03503ad11e0ec39a86b0d6b7 /README.md | |
parent | 111a1ef88407d8adaae00adfe28be25ed986a55b (diff) |
Define Node.js 12 as requirement
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -58,6 +58,8 @@ If you want to hack on this project, here is how you do it. #### Installing dependencies +Install Node.js 12 first (or if you use [nvm](https://github.com/nvm-sh/nvm), switch to Node.js 12 by running `nvm use`). + ```bash npm install ``` |