We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
M1 Macs are detected as arm architecture so ps-nvm tries to download arm versions of Node - unfortunately only Node 16 is available for arm.
This may require a little "hack" to force-load the x64 architecture one for Node < 16, or maybe introducing a parameter to override the architecture.
The text was updated successfully, but these errors were encountered:
I don't have access to an ARM Mac, so if someone is able to work on this I'm happy to review it.
Sorry, something went wrong.
No branches or pull requests
M1 Macs are detected as arm architecture so ps-nvm tries to download arm versions of Node - unfortunately only Node 16 is available for arm.
This may require a little "hack" to force-load the x64 architecture one for Node < 16, or maybe introducing a parameter to override the architecture.
The text was updated successfully, but these errors were encountered: