From 8fafc4fcfe8b11628b8b55dd917c624680cbb012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 21 Nov 2019 08:34:50 +0100 Subject: [PATCH] updated node --- vagrant/bootstrap.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index b235764..f14fa1a 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -266,8 +266,9 @@ mysql -u $DBUSER_MONARC -p$DBPASSWORD_MONARC monarc_common < db-bootstrap/monarc echo -e "\n--- Installation of Grunt… ---\n" -sudo apt-get -y install npm > /dev/null -npm install -g grunt-cli > /dev/null +curl -sL https://deb.nodesource.com/setup_13.x | sudo bash - +sudo apt-get install -y nodejs +sudo npm install -g grunt-cli