#eslint supported version
7 messages Ā· Page 1 of 1 (latest)
Peer dependency error @typescript-eslint/[email protected] and same for parser
Thatās not up to nestjs
Just align your peer dependencies and you should be fine
Also, you canāt upgrade eslint until there is a new version of that typescript plugin to support the latest version of eslint
right I think thats the problem here
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR! dev @typescript-eslint/parser@"^7.7.0" from the root project
npm ERR! peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR! dev @typescript-eslint/eslint-plugin@"^7.7.0" from the root project```