darraghoriordan / eslint-plugin-nestjs-typed

Some eslint rules for working with NestJs projects
http://www.darraghoriordan.com
171 stars 34 forks source link

Can't install the latest version #13

Closed alxamarin closed 2 years ago

alxamarin commented 2 years ago

Getting:

Found: @typescript-eslint/parser@5.3.1 npm ERR! node_modules/@typescript-eslint/parser npm ERR! dev @typescript-eslint/parser@"^5.3.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer @typescript-eslint/parser@"5.1.0" from @darraghor/eslint-plugin-nestjs-typed@3.5.3 npm ERR! node_modules/@darraghor/eslint-plugin-nestjs-typed npm ERR! dev @darraghor/eslint-plugin-nestjs-typed@"*" from the root project

darraghoriordan commented 2 years ago

Hey I made the peer deps more flexibe so the should work with any version of ts-eslint parser >=5.0.0

it should work for you now. I tested in a project with latest parser and it seems to work ok.

let me know if it's still not working anyway

darraghoriordan commented 2 years ago

fixed in 3.5.4