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
NodeJS does not have darwin-arm64 builds for versions older than 16, so if you try to run nodeenv --node=14.18.1 on an M1 mac, you end up getting a 404 from this request.
In these cases, I'd like to propose falling back on the darwin-x64 build to run under emulation. Happy to open a quick PR for this as well. Thanks!
The text was updated successfully, but these errors were encountered:
@ekalinin I see there's some discussion of this issue in #283 where you suggest simply using newer versions of node, but there are some cases where an older version is needed. What do you think?
NodeJS does not have darwin-arm64 builds for versions older than 16, so if you try to run
nodeenv --node=14.18.1
on an M1 mac, you end up getting a 404 from this request.In these cases, I'd like to propose falling back on the darwin-x64 build to run under emulation. Happy to open a quick PR for this as well. Thanks!
The text was updated successfully, but these errors were encountered: