You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @christopherthielen just trying to update uirouter angular hybrid to latest but I'm having problems with this dependency:
$ yarn upgrade terser@5.30.3
[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
└─ terser@5.30.3
info All dependencies
├─ @jridgewell/resolve-uri@3.1.2
└─ terser@5.30.3
Found 1 new unmet peerDependencies...
❌ terser ^5.4.0 is required by vite@5.1.5) 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?
Hi @christopherthielen just trying to update uirouter angular hybrid to latest but I'm having problems with this dependency:
$ yarn upgrade terser@5.30.3
[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
└─ terser@5.30.3
info All dependencies
├─ @jridgewell/resolve-uri@3.1.2
└─ terser@5.30.3
Found 1 new unmet peerDependencies...
❌ terser ^5.4.0 is required by vite@5.1.5) 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:
ui-router/angular-hybrid#595
The text was updated successfully, but these errors were encountered: