Does Not Work on Apple Silicon Macs
Author: deg4uss3rCreated Feb 18, 2022Updated Dec 11, 2023
Running npm install fails at:
npm ERR! HTTPError: Response code 404 (Not Found) for https://github.com/electron/electron/releases/download/v9.4.4/electron-v9.4.4-darwin-arm64.zipBecause v9.4.4 does not have an darwin-arm64 build
According to the docs you'll need at least electron 11.0.0.
Source: BishopFox/unredacter