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:
parent
9eec37e215
commit
c874edf301
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
|
ynh_script_progression --message="Performing Node app installation..." --time --weight=1
|
||||||
|
|
||||||
pushd $final_path/src
|
pushd $final_path/src
|
||||||
ynh_debug_exec npm install node-gyp
|
ynh_debug_exec $nodejs_path/npm install node-gyp
|
||||||
ynh_debug_exec npm install
|
ynh_debug_exec $nodejs_path/npm install
|
||||||
ynh_debug_exec npm audit fix
|
ynh_debug_exec $nodejs_path/npm audit fix
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue