You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ad...@apache.org on 2019/05/04 09:17:20 UTC

[ambari] branch branch-2.7 updated: AMBARI-25270. Admin View build fails due to unavailable npm package ecstatic (#2960)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new d042d19  AMBARI-25270. Admin View build fails due to unavailable npm package ecstatic (#2960)
d042d19 is described below

commit d042d19fdb96061fec85558b4fc7bf72c1c73a02
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Sat May 4 11:17:12 2019 +0200

    AMBARI-25270. Admin View build fails due to unavailable npm package ecstatic (#2960)
---
 ambari-admin/src/main/resources/ui/admin-web/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-admin/src/main/resources/ui/admin-web/package.json b/ambari-admin/src/main/resources/ui/admin-web/package.json
index ac903c5..24cb68a 100644
--- a/ambari-admin/src/main/resources/ui/admin-web/package.json
+++ b/ambari-admin/src/main/resources/ui/admin-web/package.json
@@ -18,7 +18,7 @@
     "gulp-size": "0.3.0",
     "gulp-uglify": "0.2.1",
     "gulp-useref": "0.4.2",
-    "http-server": "0.6.1",
+    "http-server": ">=0.6.1",
     "karma": "0.12.16",
     "karma-chrome-launcher": "0.1.4",
     "karma-jasmine": "0.1.5",