Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The package installs on ARM Raspberry, but will not run since it is not an ARM executable #1360

Open
Darker opened this issue Jan 3, 2025 · 0 comments

Comments

@Darker
Copy link

Darker commented Jan 3, 2025

I have tried to install fnm on raspberry pi. There are two issues that should be handled:

  1. The installer passes and does not report an error due to the wrong CPU architecture (ARM instead of x86)
  2. There is no ARM build currently afaik

The errors you'd see if you followed the install steps is:

user@raspi:~ $ source /home/jakub/.bashrc
-bash: /home/user/.local/share/fnm/fnm: cannot execute binary file: Exec format error

I suppose I could try to build it myself on the raspi to get the working version, but I guess I'll just install node manually and hope I don't need to upgrade too often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant