Skip to content
New issue

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

Install nw fails on mac Apple Silicon #83

Closed
3xau1o opened this issue Dec 29, 2021 · 4 comments
Closed

Install nw fails on mac Apple Silicon #83

3xau1o opened this issue Dec 29, 2021 · 4 comments

Comments

@3xau1o
Copy link

3xau1o commented Dec 29, 2021

looks like there are no sdk binaries for macos with m1 processors

npm ERR! command failed
npm ERR! command sh -c node scripts/install.js
npm ERR! Response code 404 (Not Found)
@Seiikatsu
Copy link

Same issue here, for now I used:
npm_config_nwjs_process_arch=x64 npm install nw
to install the x64 binary for macos.

@insanj
Copy link

insanj commented Jan 16, 2022

@Seiikatsu Thank you, this also worked for me without any issues 👍

@3xau1o
Copy link
Author

3xau1o commented Mar 22, 2022

looks like it works now by default

@ayushmanchhabra
Copy link
Collaborator

Closing since no longer an issue. MacOS ARM binaries have been available since v0.77.0

@3xau1o 3xau1o changed the title Install nw fails on mac m1 Install nw fails on mac Apple Silicon Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants