From 91f8d6533ad1190d823dae8df9e22f553ba8b406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Tozatti=20Risso?= <jvtr12@inf.ufpr.br> Date: Fri, 2 Sep 2016 13:42:41 -0300 Subject: [PATCH] Add dependencies to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Victor Tozatti Risso <jvtr12@inf.ufpr.br> --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 0c363720..181434b0 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ # SIMCAQ + +# Dependencies + +Previous versions of Node.js do not support ECMAScript6, it is recommended to use at least version 4.5.0LTS. + +1) Install [NVM (Node Version Manager)](https://github.com/creationix/nvm) + +2) Install Node.js via NVM + +> source ~/.bashrc +> nvm install v4.5.0 + +3) Enable Node.js + +> nvm use v4.5.0 + +4) Install babel and gulp globally + +> npm install -g gulp gulp-cli babel + +5) Install project dependencies + +> npm install -- GitLab