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

Apple Silicon support for Node 14 #171

Closed
tworstwots opened this issue Feb 15, 2022 · 4 comments
Closed

Apple Silicon support for Node 14 #171

tworstwots opened this issue Feb 15, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@tworstwots
Copy link

Apple Silicon support was backported to Node 14 as of v14.17.0. Therefore, nvm should use arm64 for this version as well when appropriate.

@ljharb
Copy link

ljharb commented Feb 15, 2022

https://nodejs.org/dist/v16.0.0/ includes "darwin-arm64" binaries; v14.17 doesn't: https://nodejs.org/dist/v14.17.6/

@tworstwots
Copy link
Author

https://nodejs.org/dist/v16.0.0/ includes "darwin-arm64" binaries; v14.17 doesn't: https://nodejs.org/dist/v14.17.6/

Ah, I see. It appears to be supported, but binaries are not provided for versions <16. I assumed they were since Homebrew works with them, but it appears to get around this by compiling from source.

@ljharb
Copy link

ljharb commented Feb 15, 2022

Yes, the node folks seem to be telling me that ^14.17 can be compiled on non-rosetta M1, but only 16+ has prebuilt binaries.

@jorgebucaran jorgebucaran added the bug Something isn't working label May 7, 2022
@jorgebucaran
Copy link
Owner

Closing, since nvm.fish just do binaries, and we can't (unfortunately) do much here at this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants