This is my package.json for the module that I\'m including in the parent project:
package.json
{ \"version\": \"0.0.1\", \"name\": \"module-name\", \"d
You might need to install the grunt-cli, try this before doing a npm install:
sudo npm install -g grunt-cli
That fixes the grunt does not exit for me, you'll also need a valid grunt file.
Source: https://stackoverflow.com/a/16456467/241294