GitHub user r-kamath opened a pull request: https://github.com/apache/incubator-zeppelin/pull/677
Fix build failure due to latest bower (1.7.5) ### What is this PR for? Build fails due to new bower version 1.7.5. This PR tries to fix this issue by adding the previous version (1.7.2) in package.json instead of npm auto updating bower to latest. ### What type of PR is it? Hot Fix ### Is there a relevant Jira issue? ZEPPELIN-634 ### How should this be tested? delete `zeppelin-web/node_modules/*` and run `mvn clean install` in zeppelin-web You can merge this pull request into a Git repository by running: $ git pull https://github.com/r-kamath/incubator-zeppelin npmBuildFix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/677.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #677 ---- commit dcfbd4e821da533ce5326f524fe4c6665337aaed Author: Renjith Kamath <renjith.kam...@gmail.com> Date: 2016-01-27T07:05:21Z Fix build failure due to latest bower (1.7.5) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---