feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Install fails if grunt-cli not installed globally #109

Closed jasonmadigan closed 7 years ago

jasonmadigan commented 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.

rtbm commented 7 years ago

Pull request: https://github.com/feedhenry/mcp-standalone/pull/111