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 bower not installed globally #108

Closed jasonmadigan closed 6 years ago

jasonmadigan commented 6 years ago

mcp-standalone/installer/../ui/install.sh: line 16: bower: command not found"

Looks like bower needs to be installed globally, or probably better still added as a dev-dep, and run via node_modules/bin/bower or something.

rtbm commented 6 years ago

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