ENOENT: missing entry in node_modules/.bin/

After switching from grunt-grunt to grunt-run-grunt my build is failing with the error
Fatal error: spawn node_modules/.bin/grunt ENOENT

I already cleared the build cache and tried to remove node_modules folder before installing packages with npm install again.

Locally everything works as expected. I don’t know, why it is failing on the travis server.

Can anyone advice me how to procede on this?

Best regards,
Amandus

Hey TheGreatRefrigerator,

Any chance I could see the build log? In some cases you can use a ‘monkey patch’ and invoke exec() to have a more verbose output, and see what’s being ran that’s causing it not to build.

-Montana