Electron requires an update to support Apple M1
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 502
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Running yarn add -D mobx-devtools throws an error:
HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v10.1.3/electron-v10.1.3-darwin-arm64.zip
at EventEmitter.<anonymous> (/Users/david/dev/kiosk/node_modules/got/source/as-stream.js:35:24)
at EventEmitter.emit (events.js:400:28)
at module.exports (/Users/david/dev/kiosk/node_modules/got/source/get-response.js:22:10)
at ClientRequest.handleResponse (/Users/david/dev/kiosk/node_modules/got/source/request-as-event-emitter.js:155:5)
at Object.onceWrapper (events.js:520:26)
at ClientRequest.emit (events.js:412:35)
at ClientRequest.origin.emit (/Users/david/dev/kiosk/node_modules/@szmarczak/http-timer/source/index.js:37:11)
Looks like this dependency should be updated
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing yarn add -D mobx-devtools on an Apple M1 system and inspect the dependency metadata that selects Electron 10.1.3. Done means the installation no longer requests the unavailable darwin-arm64 archive and completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100