possibly related to https://github.com/apache/zeppelin/pull/1725#issuecomment-265052203, did you try to build Zeppelin itself successfuly?
On Mon, Dec 5, 2016 at 6:27 PM, Jeff Zhang <zjf...@gmail.com> wrote: > > > I try to build travis in local, so I follow the instruction here to build > zeppelin in docker, but get the following error as following. Has anyone > hit this issue before or successfully run travis locally ? > > https://docs.travis-ci.com/user/common-build-problems/# > Troubleshooting-Locally-in-a-Docker-Image > > > > "id": "ECONFLICT", > "level": "error", > "data": {}, > "message": "Unable to find suitable version for angular", > "stacktrace": "angular: Unable to find suitable version for angular\n > at createError (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/util/createError.js:4:15)\n at Manager._electSuitable > (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/core/Manager.js:825:15)\n at /home/travis/zeppelin/ > zeppelin-web/node_modules/bower/lib/core/Manager.js:609:25\n at > _fulfilled (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/node_modules/q/q.js:834:54)\n at self.promiseDispatch.done > (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/node_modules/q/q.js:863:30)\n at Promise.promise.promiseDispatch > (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/node_modules/q/q.js:796:13)\n at /home/travis/zeppelin/ > zeppelin-web/node_modules/bower/lib/node_modules/q/q.js:556:49\n at > runSingle (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/node_modules/q/q.js:137:13)\n at flush > (/home/travis/zeppelin/zeppelin-web/node_modules/ > bower/lib/node_modules/q/q.js:125:13)\n at process._tickCallback > (node.js:458:13)" > }] > > npm ERR! Linux 4.4.27-moby > npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install" > npm ERR! node v0.10.48 > npm ERR! npm v2.15.1 > npm ERR! code ELIFECYCLE > npm ERR! zeppelin-web@0.0.0 postinstall: `bower install --silent` > npm ERR! Exit status 1 > npm ERR! > npm ERR! Failed at the zeppelin-web@0.0.0 postinstall script 'bower > install --silent'. > npm ERR! This is most likely a problem with the zeppelin-web package, > npm ERR! not with npm itself. > npm ERR! Tell the author that this fails on your system: > npm ERR! bower install --silent > npm ERR! You can get information on how to open an issue for this project > with: > npm ERR! npm bugs zeppelin-web > npm ERR! Or if that isn't available, you can get their info via: > npm ERR! > npm ERR! npm owner ls zeppelin-web > npm ERR! There is likely additional logging output above. > > npm ERR! Please include the following file with any support request: > npm ERR! /home/travis/zeppelin/zeppelin-web/npm-debug.log > >