mirror of
https://github.com/YunoHost-Apps/ztncui_ynh.git
synced 2024-09-03 18:06:05 +02:00
ynh_use_nodejs needed in upgrade script
This commit is contained in:
parent
7de27214d7
commit
e71197e16a
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ ynh_script_progression --message="Performing Node app installation..." --weight=
|
|||
|
||||
chown -R $app: $final_path
|
||||
|
||||
ynh_use_nodejs
|
||||
|
||||
pushd $final_path/src
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install node-gyp
|
||||
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install
|
||||
|
|
Loading…
Reference in a new issue