Closed mcepl closed 3 years ago
That happens because of old versions of node-firefox-find-app, node-firefox-install-app, node-firefox-stop-app and node-firefox-launch-app.
To fix it (in a hacky way) do the following. The proper way might be to increment the required versions.
find node_modules -name index.js -exec sed -i s/es6-Promise/es6-promise/ {} \;
With the current master (c45dec7), I get this: