With npm 7, just running `npx @electron-forge/cli import` results in: ``` npm ERR! could not determine executable to run ```
@@ -167,7 +167,8 @@ The simplest and the fastest way to distribute your newly created app is using
1. Import Electron Forge to your app folder:
```sh
- npx @electron-forge/cli import
+ npm install --save-dev @electron-forge/cli
+ npx electron-forge import
✔ Checking your system
✔ Initializing Git Repository