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

bad CPU type in executable: fnm #1296

Open
bald-head opened this issue Oct 25, 2024 · 6 comments
Open

bad CPU type in executable: fnm #1296

bald-head opened this issue Oct 25, 2024 · 6 comments

Comments

@bald-head
Copy link

OS : MacOS 13.5.2
uname -m output: x86_64
installCommand :curl -fsSL https://fnm.vercel.app/install | bash -s -- --install-dir "~/.fnm" --skip-shell --force-install

@bald-head
Copy link
Author

Can't solve this problem. Have any friends encountered this? Any solutions?

@gaokun
Copy link

gaokun commented Nov 3, 2024

same for me

zsh: bad CPU type in executable: fnm

OS: MacOS 12.7.6, Intel

@bald-head
Copy link
Author

same for me

zsh: bad CPU type in executable: fnm

OS: MacOS 12.7.6, Intel

Did you solve it? I still have this problem.

@gaokun
Copy link

gaokun commented Nov 4, 2024

No.

It block on build llvm at beginning, untill append --force-install.
But bad CPU type happened after installed.

Already switch back to nvm.

@Schniz
Copy link
Owner

Schniz commented Nov 4, 2024

turns out github upgraded their machines to be m1? https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#standard-github-hosted-runners-for-public-repositories

i'll need to change the entire build pipeline/distribution to have fnm-macos-arm and fnm-macos-x86 now...

@bald-head
Copy link
Author

turns out github upgraded their machines to be m1? https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#standard-github-hosted-runners-for-public-repositories

i'll need to change the entire build pipeline/distribution to have fnm-macos-arm and fnm-macos-x86 now...

I hope you can fix it as soon as possible in your spare time. Thank you!!

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

3 participants