1
0
Fork 0
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:
tituspijean 2021-10-23 23:33:24 +02:00
parent 7de27214d7
commit e71197e16a
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -136,6 +136,8 @@ ynh_script_progression --message="Performing Node app installation..." --weight=
chown -R $app: $final_path chown -R $app: $final_path
ynh_use_nodejs
pushd $final_path/src 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 node-gyp
ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $ynh_npm --loglevel=error install