Unable to install node >= 18.12.0 versions
- Dominant language
- Shell
- Stars
- 989
- Forks
- 162
- PR merge metrics
- No merged PRs in 30d
Description
I'm using a MacOS M1 and trying to install the 18.12.0 version, but instead I receive an error message that suggests to use the flag `--compile`; I tried using the flag, but the error continues.
```
Trying to update node-build... ok
Downloading node-v18.12.0-darwin-x64.tar.gz...
-> https://nodejs.org/dist/v18.12.0/node-v18.12.0-darwin-x64.tar.gz
error: failed to download node-v18.12.0-darwin-x64.tar.gz
-> https://nodejs.org/dist/v18.12.0/node-v18.12.0-darwin-x64.tar.gz
error: failed to download node-v18.12.0-darwin-x64.tar.gz
BUILD FAILED (OS X 13.2 using node-build 4.9.88-78-g8ead6fb3)
Binary installation failed; try compiling from source with `--compile` flag
```
Also, reading some issues I tried some commands, like:
`arch -x86_64 zsh`
and after that ran the installation unsuccessfully.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.