You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing homepage on a Raspberry Pi 5 with 8GB Ram, I get an error:
[ERROR] in line 43: exit code 0: while executing command"$@"> /dev/null 2>&1
I tried to manually build and get the following error. Does anyone know how to fix this? Other LXCs running fine, like HAOS, adguard, paperless-ngx and Docker.
root@homepage:/opt/homepage# pnpm build
>[email protected] build /opt/homepage
> next build
info - Linting and checking validity of types
info - Creating an optimized production build .<jemalloc>: Unsupported system page size
<jemalloc>: Unsupported system page size
memory allocation of 10 bytes failed
Aborted
ELIFECYCLE Command failed with exit code 134.
Additionally if I run pnpm install, I get a warning. Can that be ignored?
root@homepage:/opt/homepage# pnpm install
Lockfile is up to date, resolution step is skipped
Already up to date
╭ Warning ───────────────────────────────────────────────────────────────────────────╮
│ │
│ Ignored build scripts: core-js, cpu-features, ssh2. │
│ Run "pnpm approve-builds" to pick which dependencies should be allowed to run │
│ scripts. │
│ │
╰────────────────────────────────────────────────────────────────────────────────────╯
Done in 1.3s using pnpm v10.4.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When installing homepage on a Raspberry Pi 5 with 8GB Ram, I get an error:
I tried to manually build and get the following error. Does anyone know how to fix this? Other LXCs running fine, like HAOS, adguard, paperless-ngx and Docker.
Additionally if I run pnpm install, I get a warning. Can that be ignored?
Beta Was this translation helpful? Give feedback.
All reactions