Have anyone encoutered the below error when running "yarn install". I switched to various node engines to check. After using ^18.18.0 , I got the elow errors.
$ yarn build:lint || echo 'Skipped DSpace ESLint plugins.'
yarn run v1.22.22
$ rimraf 'lint/dist/**/*.js' 'lint/dist/**/*.js.map' && tsc -b lint/tsconfig.json
lint/src/util/structure.ts:12:20 - error TS2314: Generic type 'RuleMetaData<MessageIds, Options>' requires 2 type argument(s).
12 export type Meta = TSESLint.RuleMetaData<string>;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lint/test/testing.ts:52:3 - error TS2353: Object literal may only specify known properties, and 'parser' does not exist in type 'Config<RulesRecord>'.
52 parser: require.resolve('@angular-eslint/template-parser'),
~~~~~~
Found 2 errors.
error Command failed with exit code 1.
info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Skipped DSpace ESLint plugins.
Thank you in advance.