Explorar o código

YARN-11528. Lock triple-beam to the version compatible with node.js 12 to avoid compilation error. (#5827). Contributed by Masatake Iwasaki

Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Masatake Iwasaki hai 1 ano
pai
achega
a822a3c70b

+ 3 - 0
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/package.json

@@ -19,6 +19,9 @@
         "shelljs": "^0.2.6",
         "shelljs": "^0.2.6",
         "apidoc": "0.17.7"
         "apidoc": "0.17.7"
     },
     },
+    "resolutions": {
+        "triple-beam": "1.3.0"
+    },
     "scripts": {
     "scripts": {
         "prestart": "npm install & mvn clean package",
         "prestart": "npm install & mvn clean package",
         "pretest": "npm install"
         "pretest": "npm install"