mirror of
https://github.com/YunoHost-Apps/audiobookshelf_ynh.git
synced 2024-09-03 18:06:19 +02:00
don’t update nodejs and npm for now
This commit is contained in:
parent
12fc02db7e
commit
cb27c51a57
4 changed files with 4 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
|
|
||||||
# nodejs version
|
# nodejs version
|
||||||
nodejs_version=18
|
nodejs_version=16
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -17,7 +17,7 @@ ynh_script_progression --message="Installing dependencies..." --weight=10
|
||||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
|
|
||||||
# Upgrade NPM
|
# Upgrade NPM
|
||||||
ynh_npm install --global npm@latest
|
ynh_npm install --global npm@7.21.1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
|
|
@ -18,7 +18,7 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=10
|
||||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
|
|
||||||
# Upgrade NPM
|
# Upgrade NPM
|
||||||
ynh_npm install --global npm@latest
|
ynh_npm install --global npm@7.21.1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# STANDARD RESTORATION STEPS
|
# STANDARD RESTORATION STEPS
|
||||||
|
|
|
@ -17,8 +17,7 @@ ynh_script_progression --message="Upgrading dependencies..." --weight=10
|
||||||
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
|
||||||
|
|
||||||
# Upgrade NPM
|
# Upgrade NPM
|
||||||
ynh_npm install --global npm@latest
|
ynh_npm install --global npm@7.21.1
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK VERSION
|
# CHECK VERSION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue