From a074e13ef5da22c5880d31e37c7793d6c6c42b04 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sun, 21 May 2017 15:17:07 +0200 Subject: [PATCH] [fix] update node version to 6 #29 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8772b18..ebe4569 100644 --- a/scripts/install +++ b/scripts/install @@ -66,7 +66,7 @@ ynh_app_setting_set $app final_path $final_path # Install de Node.js pushd /opt -curl -sL https://deb.nodesource.com/setup_4.x | sudo bash - +curl -sL https://deb.nodesource.com/setup_6.x | sudo bash - sudo apt-get -y install nodejs # Install Yarn