[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-12 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r173710125 --- Diff: metron-interface/metron-alerts/pom.xml --- @@ -35,36 +35,36 @@ com.github.eirslett

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172937150 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172936489 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172934046 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172932830 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172927751 --- Diff: metron-interface/metron-alerts/package.json --- @@ -27,8 +27,8 @@ "core-js": "^2.4.1", "font-awesome": "^4.7.0",

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread merrimanr
Github user merrimanr commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172927486 --- Diff: metron-interface/metron-config/package.json --- @@ -33,6 +28,11 @@ "@angular/platform-browser": "2.0.0",

[GitHub] metron pull request #952: METRON-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
Github user xyztdanid4 commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172879403 --- Diff: metron-interface/metron-alerts/package-lock.json --- @@ -1,6427 +0,0 @@ -{ --- End diff -- I think that was the problem!

[GitHub] metron pull request #952: Metron-1480 Add yarn as default build tool for the...

2018-03-07 Thread cestella
Github user cestella commented on a diff in the pull request: https://github.com/apache/metron/pull/952#discussion_r172858774 --- Diff: metron-interface/metron-alerts/package-lock.json --- @@ -1,6427 +0,0 @@ -{ --- End diff -- I suspect the build failure is due to

[GitHub] metron pull request #952: Metron-1480 Add yarn as default build tool for the...

2018-03-07 Thread xyztdanid4
GitHub user xyztdanid4 opened a pull request: https://github.com/apache/metron/pull/952 Metron-1480 Add yarn as default build tool for the frontend Updated the build tool to yarn for the frontend project to avoid npm instability during dependency adding. ### For all