From 75cf2fa106b62b70dddf4d72ae83e31345e6d279 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 12 Jun 2024 09:55:04 +0200 Subject: [PATCH] don't install npm globally --- scripts/restore | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/restore b/scripts/restore index b9284b1..bb63859 100755 --- a/scripts/restore +++ b/scripts/restore @@ -17,9 +17,6 @@ source /usr/share/yunohost/helpers ynh_install_nodejs --nodejs_version=$nodejs_version ynh_install_mongo -# Upgrade NPM -ynh_npm install --global npm@latest - #================================================= # CREATE A MONGODB DATABASE #=================================================