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:
parent
755cf108f1
commit
7b115c523b
3 changed files with 3 additions and 3 deletions
|
@ -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,7 +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