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:
parent
82f0224d69
commit
9eec37e215
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue