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

[add] debug

This commit is contained in:
tituspijean 2020-04-17 15:08:02 +02:00
parent 82f0224d69
commit 9eec37e215

View file

@ -152,9 +152,9 @@ ynh_system_user_create --username=$app
ynh_script_progression --message="Performing Node app installation..." --time --weight=1
pushd $final_path/src
npm install -g node-gyp
npm install
npm audit fix
ynh_debug_exec npm install node-gyp
ynh_debug_exec npm install
ynh_debug_exec npm audit fix
popd
#=================================================