-
Notifications
You must be signed in to change notification settings - Fork 2
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
No binaries found #1
Comments
From Schniz/fnm@master...vanaware:fnm-alpine:master, this fork should work. However, your output said You can try my fork https://github.com/Vinfall/fnm/actions/runs/8642269712/artifacts/1404008438, it's really simple, just three lines of change to bypass the hardcoded arch check, see Schniz@0562c9f. |
Thanks for the follow up! I've switched my setup since I opened this issue, and nowadays this issue doesn't impact me anymore, so I'll be closing this issue for now. I'll have some spare time this weekend to test the mentioned solution. If everything goes well I may drop by here and leave a praise :) |
fnm is just a binary (instead of shell alias like nvm) so the test should be easy, just download the artifact, unzip and mv it to You should also set shell rc as mentioned here (since they are no longer hardcoded like this repo): export FNM_NODE_DIST_MIRROR=https://unofficial-builds.nodejs.org/download/release
export FNM_ARCH=x64-musl |
FYI, the original repo has released v1.36.0 without the hardcoded arch check. You can use that instead. |
Sorry for bothering, I know this isn't the official fnm repo.
I came here from Schniz/issues/694 where this comment points to this repo.
I have this on my
.zshrc
:This is my shell output when trying to install.
Is there anything I may have set up wrong?
I'm trying to run fnm on alpine through wsl on windows.
It's a very sad use-case but I was hopeful to get some help if possible.
I can understand if this is out of your hands too.
Thanks in advance.
The text was updated successfully, but these errors were encountered: