mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
96458cb291
commit
f87d237aed
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ setup="{
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
npm install npm@8.12.1 --location=global
|
npm install npm@latest --location=global
|
||||||
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install lodash --save
|
ynh_exec_as $app env $ynh_node_load_PATH $ynh_npm install lodash --save
|
||||||
ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup "${setup}" 2>/dev/null
|
ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup "${setup}" 2>/dev/null
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Reference in a new issue