Reputation: 589
Bought latest Mac M1.I'm trying to install modules for my project and got an error
Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.3/electron-v9.4.3-darwin-arm64.zip
Upvotes: 4
Views: 10272
Reputation: 29
You can search releases with darwin-arm64 keyword in your future wished repositories
https://github.com/electron/electron/releases?q=darwin-arm64
I think that ought to be solved by package managers like npm or bun
Upvotes: 0
Reputation: 5508
New chip M1 is supported only from version 11, you are trying to download version 9
Read this to get more information:
https://www.electronjs.org/blog/electron-11-0
Upvotes: 6