You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically what the title says, on macOS running on M1:
$ npm start
> [email protected] start
> electron-forge start
✔ Checking your system
✖ Locating Application
Electron forge was terminated:
You must depend on "electron-prebuilt-compile" in your devDependencies
I'm new to electron and I can't figure out how to deal with this error. I tried running npm install electron-prebuilt-compile --save-dev , but I get the following error:
GotError [HTTPError]: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v8.2.0/electron-v8.2.0-darwin-arm64.zip
The text was updated successfully, but these errors were encountered:
Basically what the title says, on macOS running on M1:
I'm new to electron and I can't figure out how to deal with this error. I tried running
npm install electron-prebuilt-compile --save-dev
, but I get the following error:The text was updated successfully, but these errors were encountered: