#### What are you trying to achieve? - We would like to be able to use CodeceptUI on a Mac with an M1 processor. We used the standard `npm install @codeceptjs/ui` command to install it. #### What do you get instead? - Running `npm i @codecept/ui` results in Electron 7.3.3 being installed, which does not install successfully on M1 processors. - This is a known issue with Electron: only versions 11.0.0+ will run on an M1 processor. - CodeceptUI cannot be installed or used. ### Environment info - MacBook Air with M1 processor