1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00

Upgrade npm

This commit is contained in:
Thomas 2023-12-06 08:51:23 +01:00 committed by GitHub
parent f71654538c
commit f908e90517
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,9 @@ ynh_script_progression --message="Installing dependencies..." --weight=20
# Install Nodejs
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================