-
-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
Resolution: Not ReproducibleThe bug could not be reproduced.The bug could not be reproduced.
Description
Bug Report
Eslint-plugin-functional support only 4.x version of typescript.
Expected behavior
No conflicts running npm install with typescript 5.x verxion.
Actual behavior
Console error:
npm ERR! Found: typescript@5.0.2
npm ERR! node_modules/typescript
npm ERR! typescript@"^5.0.2" from the root project
npm ERR! peerOptional typescript@">=4.0.2" from eslint-plugin-functional@5.0.6
npm ERR! node_modules/eslint-plugin-functional
npm ERR! dev eslint-plugin-functional@"^5.0.6" from the root project
npm ERR! 4 more (fork-ts-checker-webpack-plugin, is-immutable-type, ...)
npm ERR! Steps to reproduce
- use
eslint-plugin-functional@5.0.6 - use
typescript@5.x - run
npm install
Metadata
Metadata
Assignees
Labels
Resolution: Not ReproducibleThe bug could not be reproduced.The bug could not be reproduced.