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
I tried to build this, as per the readme.md instructions, in my case on a Raspberry Pi 3B+ with a fresh install of 2024-07-04-raspios-bookworm-arm64 on it, but somehow it keeps picking the wrong kind of esbuild, linux-x64 rather than linux-amd64, so the build fails. I tried all the suggestions in the long fail message, but none worked.
I don't need this node.js glitch hassle, so am using the latest deb for https://github.com/45Drives/cockpit-navigator on both my Raspberry Pi (arm64) and my Debian bookworm PCs, because it just works, including user/group changes and cut & paste of files.
The text was updated successfully, but these errors were encountered:
I suppose you meant linux-arm64, not -amd64? we actually do ship the -wasm variant for building on non-x86 architectures, but esbuild somehow doesn't like that. You need to rm -r node_modules; npm install before building to work around that.
Alternatively: You can totally build this deb on x86 and then use it on ARM -- it's Archtitecture: all.
I tried to build this, as per the readme.md instructions, in my case on a Raspberry Pi 3B+ with a fresh install of 2024-07-04-raspios-bookworm-arm64 on it, but somehow it keeps picking the wrong kind of
esbuild
,linux-x64
rather thanlinux-amd64
, so the build fails. I tried all the suggestions in the long fail message, but none worked.I don't need this node.js glitch hassle, so am using the latest deb for https://github.com/45Drives/cockpit-navigator on both my Raspberry Pi (arm64) and my Debian bookworm PCs, because it just works, including user/group changes and cut & paste of files.
The text was updated successfully, but these errors were encountered: