Chwazenegger

Results 5 comments of Chwazenegger

Getting the following error in the pnpm logs: ``` "4 error pnpm": { "code": "ERR_PNPM_SPEC_NOT_SUPPORTED_BY_ANY_RESOLVER", "pkgsStack": [], "err": { "name": "Error", "message": "eslint@\">=7.2.0 isn't supported by any available resolver.", "code":...

This time around I just added the ranges as is and let the package managers get the latest versions from that, it makes for a more verbose package.json but at...

Ah so that's where the issue is, all right well it doesn't look very complex, I'll try to give it a go this week then

Okay so I looked more into it and there are several issues: - First off it looks like this plugin does not support ranges written as for instance `>=5.0.0`. Is...

All right so this is my attempt to fix the issue, if anything is unclear or whatever let me know https://github.com/nathanhleung/install-peerdeps/pull/153