mirror of
https://github.com/YunoHost-Apps/luckysheet_ynh.git
synced 2024-09-03 19:36:21 +02:00
Update install
This commit is contained in:
parent
2dc1a8fc98
commit
d1bd974bd8
1 changed files with 3 additions and 3 deletions
|
@ -116,9 +116,9 @@ ynh_script_progression --message="Building Luckysheet... (this will take some ti
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
npm install npm@latest --location=global
|
ynh_exec_warn_less npm install npm@latest --location=global
|
||||||
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
|
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install
|
||||||
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install gulp --location=global
|
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install gulp --location=global
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue