check-peer-dependencies icon indicating copy to clipboard operation
check-peer-dependencies copied to clipboard

Unable to resolve terser

Open wawyed opened this issue 2 months ago • 1 comments

Hi @christopherthielen just trying to update uirouter angular hybrid to latest but I'm having problems with this dependency:

$ yarn upgrade [email protected] [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Rebuilding all packages... success Saved lockfile. success Saved 2 new dependencies. info Direct dependencies └─ [email protected] info All dependencies ├─ @jridgewell/[email protected] └─ [email protected]

Found 1 new unmet peerDependencies... ❌ terser ^5.4.0 is required by [email protected]) OPTIONAL (1.0.0 is installed)

Not sure why it thinks 1.0.0 is installed when it's installed 5.30.0 which should be higher than 5.4.0. I'm wondering if there's something amiss with the way it's checking the dependency version?

You can see the failing build here:

https://github.com/ui-router/angular-hybrid/pull/595

wawyed avatar Apr 08 '24 11:04 wawyed