Ryan Stewart

Results 2 comments of Ryan Stewart

Open `package.json` with vim or some other text editor and change line 73 to: ```json "start": ".\\node_modules\\.bin\\electron .\\app", ``` If you want to to know why, [this Stack Overflow post](https://stackoverflow.com/questions/20765337/how-to-fix-is-not-an-internal-or-external-command-error)...