slfan1989 commented on PR #8015: URL: https://github.com/apache/hadoop/pull/8015#issuecomment-3377538969
> > @slfan1989 , if it can fix the build, then it is fine. But the builds after this remain failing. > > @szetszwo A new issue occurred during the compilation of yarn-ui. The log output is as follows: > > ``` > [INFO] [2/4] Fetching packages... > [INFO] error [email protected]: The engine "node" is incompatible with this module. Expected version ">=18". Got "12.22.1" > [INFO] error Found incompatible module. > ``` > > I tried to apply a local fix for this issue. I manually specified `color@^3.1.3` in the package.json, and it took effect successfully. I will submit a PR to fix this issue. ``` [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 /Users/didi/Documents/code-github2/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] [1/4] Resolving packages... [INFO] [2/4] Fetching packages... [INFO] [3/4] Linking dependencies... [INFO] [4/4] Building fresh packages... [INFO] success Saved lockfile. [INFO] Done in 2.94s. ``` -- 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]
