I managed to run cucumber from CLI with
node ./node_modules/cucumber/bin/cucumber
but I wasn't able to run it simply with
cucumber
Windows tried to run it as executable, so it opened some window about missing file association. Is there a way to solve this? Note that I don't want to add nodejs as .js file association, since I am pretty sure the same code won't work on github when travis tries to run the script.
I installed the package with npm.
"devDependencies": {
...
"cucumber": "^0.8.1",