After running the command "yarn cache clean" and "rm -rf server/src/main/webapp/WEB-INF/rails/node_modules", I compile the project again, then seeing the following exception, is it the nodejs version is too high?
> Task :server:compileAssetsWebpackDev FAILED
[/Users/guojianhua/gtja/projects/gocd/server/src/main/webapp/WEB-INF/rails]$ yarn run webpack-dev --env outputDir=/Users/guojianhua/gtja/projects/gocd/server/src/main/webapp/WEB-INF/rails/public/assets/webpack --env licenseReportFile=/Users/guojianhua/gtja/projects/gocd/server/target/reports/yarn-license/license-report.json
yarn run v1.22.19
$ cross-env NODE_OPTIONS=--openssl-legacy-provider webpack --config webpack/config/webpack.config.ts --color --mode=development --env outputDir=/Users/guojianhua/gtja/projects/gocd/server/src/main/webapp/WEB-INF/rails/public/assets/webpack --env licenseReportFile=/Users/guojianhua/gtja/projects/gocd/server/target/reports/yarn-license/license-report.json
/opt/homebrew/Cellar/node/20.3.0_1/bin/node: --openssl-legacy-provider is not allowed in NODE_OPTIONS
error Command failed with exit code 9.