Please bump the nodegui dependency to a version that contains [nodegui#979](https://github.com/nodegui/nodegui/pull/979). EDIT: tried doing that in cloned repo, but then `npm start` fails due to module resolution issues. EDIT2 here's what worked for me: - clone - edit `package.json` to bump the dependency to 0.57.3 - `yarn` instead of `npm install` - `npm start`