diff --git a/scripts/install b/scripts/install index e43fa30..52c448f 100755 --- a/scripts/install +++ b/scripts/install @@ -16,9 +16,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5 ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version -# Upgrade NPM -ynh_npm install --global npm@latest - # Install Yarn ynh_npm install --global yarn diff --git a/scripts/upgrade b/scripts/upgrade index 4e63e10..7b235a9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -25,9 +25,6 @@ ynh_script_progression --message="Installing dependencies..." --weight=5 ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version -# Upgrade NPM -ynh_npm install --global npm@latest - # Install Yarn ynh_npm install --global yarn