Failed to install overleaf

My YunoHost server

Hardware: VPS bought online
YunoHost version: 11.1.15
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain: -
If your request is related to an app, specify its name and version: overleaf 2022.04.23~ynh1

Description of my issue

Hello! :slight_smile:
I tried to install overleaf but there seems to be a problem with npm(?) when building the application.
Is this similar to: npm update needed · Issue #1093 · overleaf/overleaf · GitHub?

full log: https://paste.yunohost.org/raw/izebitapop

2023-03-30 15:01:39,467: DEBUG - + npm ci
2023-03-30 15:01:44,334: WARNING - npm WARN EBADENGINE Unsupported engine {
2023-03-30 15:01:44,335: WARNING - npm WARN EBADENGINE   package: 's3-streams@0.4.0',
2023-03-30 15:01:44,335: WARNING - npm WARN EBADENGINE   required: { iojs: '^1.2.0', node: '^0.8 || ^0.10 || ^0.12' },
2023-03-30 15:01:44,336: WARNING - npm WARN EBADENGINE   current: { node: 'v14.21.3', npm: '7.24.2' }
2023-03-30 15:01:44,336: WARNING - npm WARN EBADENGINE }
2023-03-30 15:05:32,101: WARNING - ./install: Zeile 184: 441461 Getötet                npm ci
2023-03-30 15:05:32,113: DEBUG - + ynh_exit_properly
2023-03-30 15:05:32,114: DEBUG - + local exit_code=137
2023-03-30 15:05:32,120: DEBUG - + '[' 137 -eq 0 ']'
2023-03-30 15:05:32,660: DEBUG - + ynh_clean_setup
2023-03-30 15:05:32,660: DEBUG - + ynh_clean_check_starting
2023-03-30 15:05:32,660: DEBUG - + '[' -n '' ']'
2023-03-30 15:05:32,660: DEBUG - + '[' -n '' ']'
2023-03-30 15:05:33,661: ERROR - Unable to install overleaf: An error occurred inside the app installation script

Getötet (in english: Killed)

This is symptomatic of your server running out of RAM, which is a bit “classic”, usually npm needs a shitload amount of RAM when building apps :confused:

oh well another application which needs some ram to build the application. Guess I have to upgrade my VPS. Thank you for the response!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.