1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/audiobookshelf_ynh.git synced 2024-09-03 18:06:19 +02:00

fix npm version for nodejs 16

This commit is contained in:
Thomas 2023-12-04 19:35:53 +01:00 committed by GitHub
parent 755cf108f1
commit 7b115c523b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
ynh_npm install --global npm@7.21.1
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE

View file

@ -18,7 +18,7 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
ynh_npm install --global npm@7.21.1
#=================================================
# STANDARD RESTORATION STEPS

View file

@ -17,7 +17,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=10
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
# Upgrade NPM
ynh_npm install --global npm@latest
ynh_npm install --global npm@7.21.1
#=================================================
# CHECK VERSION