1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00
This commit is contained in:
Thomas 2023-12-05 21:55:37 +01:00 committed by GitHub
parent 06c2f499dc
commit aeee3e4462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,8 +122,10 @@ ynh_secure_remove --file="$install_dir/build_ldap"
pushd "$install_dir/live"
ynh_use_nodejs
ynh_exec_warn_less $ynh_npm install sandboxed-module@latest
ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
npm ci
#ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
$ynh_npm cache verify
$ynh_npm cache clean --force
npm ci
popd
pushd "$install_dir/live/services/web"