just-boris/build-proxy

Unable to find grunt

Closed this issue · 3 comments

This line is not working for me.
require('child_process').execFile('grunt', [action], done);

image of error

But I'm able to get grunt with require('grunt')

Sorry, my fault.

I guess your grunt is unavailabe in your $PATH.
Maybe you should install grunt-cli?

@just-boris I just need to specify --base and --gruntfile params.