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

[fix] use specified nodejs version

This commit is contained in:
tituspijean 2020-04-17 15:26:42 +02:00
parent 9eec37e215
commit c874edf301

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
ynh_debug_exec npm install node-gyp
ynh_debug_exec npm install
ynh_debug_exec npm audit fix
ynh_debug_exec $nodejs_path/npm install node-gyp
ynh_debug_exec $nodejs_path/npm install
ynh_debug_exec $nodejs_path/npm audit fix
popd
#=================================================