nodejs/build
macOS refuses to start `node` when downloaded from the tarball
Ouverte
#3 538 ouverte le 23 oct. 2023
help wantedplatform:macos
Métriques du dépôt
- Stars
- (537 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
When I download that release into a arm mac running Sonoma 14.0 and then try to run ./bin/node using the terminal I'm getting a security notice that you can check in the following image
Originally posted by @mistic in https://github.com/nodejs/build/issues/3385#issuecomment-1769027175
Repro:
- Download the tarball with a web browser, for example using https://nodejs.org/download/release/latest-v18.x/node-v18.18.2-darwin-x64.tar.xz
cd ~/Downloads && tar xf node-v18.18.2-darwin-x64.tar.xz- Try to run
./node-v18.18.2-darwin-x64/bin/node