You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2021. It is now read-only.
Using nvh install current or nvh i 8 on a Mac with the M1 chip will currently display an error that "no version found", because there are not yet native versions of node available for the new architecture.
A work-around is to launch Terminal using Rosetta, so that the terminal environment assumes x64. Then nvh will download and run node built for the Intel x64 architecture.
The nvh behaviour on Apple M1 will be reviewed when nodejs decide their plans for support:
I think the nvm install of node 15 on M1 will currently be building from source and not using a pre-built binary, but makes me more confident that Rosetta is a work-around (as untested by me). I have updated the text for the work-around to be more positive. 😄
Using
nvh install current
ornvh i 8
on a Mac with the M1 chip will currently display an error that "no version found", because there are not yet native versions of node available for the new architecture.A work-around is to launch Terminal using Rosetta, so that the terminal environment assumes x64. Then
nvh
will download and run node built for the Intel x64 architecture.The
nvh
behaviour on Apple M1 will be reviewed when nodejs decide their plans for support:The text was updated successfully, but these errors were encountered: