Issue:
When trying to install the packages necessary to build the Electron app on Apple Silicon devices, npm returns a 404 error since the version of Electron defined in package.json is not available for Apple Silicon devices.
Environment:
2020 M1 MacBook Pro
Pixelbox version 2.1.0
Steps to reproduce:
On a machine with Apple Silicon, click on Project -> Electron Prebuild
Navigate to the Electron folder in the project and run npm install. The following error will be returned:
Issue: When trying to install the packages necessary to build the Electron app on Apple Silicon devices, npm returns a 404 error since the version of Electron defined in
package.json
is not available for Apple Silicon devices.Environment:
Steps to reproduce:
npm install
. The following error will be returned: