HomarrH
Homarrโ€ข3y agoโ€ข
13 replies
SLEEKMASTER

Can't install Turbo dependency on Raspberry Pi running ArmbianOS (armv7l)

I'm trying to build Homarr on my
Banana Pro
SoC (a la Raspberry Pi) runing on Armbian OS. I have all typical dev requirements (node, npm, yarn ...) as per the Dockerfile versions.

I'm trying to use
yarn build
but it fails due to Turbo dep not supporting
armv7l
arch:

$ yarn global add turbo
error /usr/local/share/.config/yarn/global/node_modules/turbo: Command failed.
Exit code: 1
Command: node install.js
Arguments:
Directory: /usr/local/share/.config/yarn/global/node_modules/turbo
Output:
/usr/local/share/.config/yarn/global/node_modules/turbo/node-platform.js:41
    throw new Error(`Unsupported platform: ${platformKey}`);

Error: Unsupported platform: linux arm LE
    at pkgAndSubpathForCurrentPlatform (/usr/local/share/.config/yarn/global/node_modules/turbo/node-platform.js:41:11)
    ...


How to bypass this dep. Because I see that the Homarr should work on Raspberry Pi natively (w/o Docker, that is).
Thanks.
Was this page helpful?