From 4030cdb0657daee7a9aaa5423c507084e0776913 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 25 Feb 2019 19:58:27 +0100 Subject: [PATCH] Fix nodejs installation --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1977ae2..f1c7a5b 100644 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ ynh_install_app_dependencies postgresql libstdc++6 redis-server rabbitmq-server # INSTALL NODEJS #================================================= -ynh_install_nodejs 8.12.0 +curl -sL https://deb.nodesource.com/setup_8.x | sudo bash - #================================================= # CREATE A POSTGRESQL DATABASE