Closed jasonmadigan closed 7 years ago
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "cd /Users/jasonmadigan/go/src/github.com/feedhenry/mcp-standalone/installer/../ui && npm i && bower install && grunt build", "delta": "0:00:04.205656", "end": "2017-09-28 08:40:47.369618", "failed": true, "rc": 127, "start": "2017-09-28 08:40:43.163962", "stderr": "/bin/sh: grunt: command not found", "stdout": "", "stdout_lines": [], "warnings": []}
Looks like grunt needs to be installed globally, or probably better still added as a dev-dep, and run via node_modules/bin/grunt or something.
grunt
node_modules/bin/grunt
Pull request: https://github.com/feedhenry/mcp-standalone/pull/111
Looks like
grunt
needs to be installed globally, or probably better still added as a dev-dep, and run vianode_modules/bin/grunt
or something.