iwasakims opened a new pull request, #5827: URL: https://github.com/apache/hadoop/pull/5827
https://issues.apache.org/jira/browse/YARN-11528 Recently released triple-beam 1.4 is not compatible with node.js 12. ``` [INFO] --- frontend-maven-plugin:1.11.2:yarn (yarn install) @ hadoop-yarn-applications-catalog-webapp --- [INFO] testFailureIgnore property is ignored in non test phases [INFO] Running 'yarn ' in /home/rocky/srcs/hadoop/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/target [INFO] yarn install v1.22.5 [INFO] info No lockfile found. [INFO] [1/4] Resolving packages... [INFO] warning [email protected]: For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward. [INFO] warning [email protected]: For the actively supported Angular, see https://www.npmjs.com/package/@angular/core. AngularJS support has officially ended. For extended AngularJS support options, see https://goo.gle/angularjs-path-forward. [INFO] [2/4] Fetching packages... [INFO] error [email protected]: The engine "node" is incompatible with this module. Expected version ">= 14.0.0". Got "12.22.1" [INFO] error Found incompatible module. [info] error Found incompatible module.info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. ``` Since upgrading node.js to 14 or above breaks yarn-ui and it will take a time to fix, I locked the version of triple-beam in hadoop-yarn-applications-catalog-webapp side. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
