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
eaef304114
commit
ce126804b1
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ setup="{
|
|||
pushd $final_path
|
||||
ynh_use_nodejs
|
||||
npm install -g npm@8.9.0
|
||||
npm install -g fs-extra
|
||||
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
|
||||
popd
|
||||
|
|
Loading…
Reference in a new issue