Hi. Any special reason to keep the electron version fixed on "1.4.15"? I have some native modules that need to be compiled against the electron version and this is causing "Module mismatch errors" when I try to run my features. I fixed my problem by changing the electron version of cucumber-electron in a npm-shrinkwrap.json file:
Hi @Noctua36 - no special reason. I've been meaning to remove the electron dependency altogether for the reason you mention. If you want to make a PR go ahead, otherwise I'll do it soon.
Hi. Any special reason to keep the electron version fixed on "1.4.15"? I have some native modules that need to be compiled against the electron version and this is causing "Module mismatch errors" when I try to run my features. I fixed my problem by changing the electron version of cucumber-electron in a npm-shrinkwrap.json file:
Do you know if there's some incompatibility with the latest version of electron?