mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
disable comma to debug nodejs issue
This commit is contained in:
parent
d7f7a02c0d
commit
b8bc116846
1 changed files with 2 additions and 2 deletions
|
@ -123,8 +123,8 @@ pushd "$install_dir/live"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
ynh_exec_warn_less $ynh_npm install sandboxed-module@latest
|
ynh_exec_warn_less $ynh_npm install sandboxed-module@latest
|
||||||
#ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
|
#ynh_exec_warn_less $ynh_npm install -g npm@7.24.2
|
||||||
$ynh_npm cache verify
|
#$ynh_npm cache verify
|
||||||
$ynh_npm cache clean --force
|
#$ynh_npm cache clean --force
|
||||||
npm ci
|
npm ci
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue