I have tried to install fnm on raspberry pi. There are two issues that should be handled:
- The installer passes and does not report an error due to the wrong CPU architecture (ARM instead of x86)
- 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.