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
It should resolve tiny-cognito's dependencies. This works fine on linux (tested on KDE neon), but not on Windows.
What do you see instead?
bun install v1.1.1 (ca1dbb4e)
warn: incorrect peer dependency "next@14.0.1"
error: No version matching "^0.1.0" found for specifier "@aws-sdk/types" (but package exists)
error: No version matching "^0.1.0" found for specifier "@aws-sdk/util-utf8-browser" (but package exists)
error: No version matching "^0.1.0" found for specifier "@aws-sdk/types" (but package exists)
error: No version matching "^0.1.0" found for specifier "@aws-sdk/util-utf8-browser" (but package exists)
error: No version matching "^0.1.0" found for specifier "@aws-sdk/util-locate-window" (but package exists)
Additional information
No response
The text was updated successfully, but these errors were encountered:
Mostly we need to account for deprecated versions and potentially choose other versions over them. In this situation, 0.1.0 is chosen for @aws-crypto/sha256-js@^0.1.0-preview.4 instead of 0.1.0-preview.4. 0.1.0 is a deprecated version with transitive dependencies that don't exist.
I have a similar issue on Ubuntu 24.04 installing the firebase package. Works fine with NPM / Yarn but with Bun I get No version matching "0.8.2" found for specifier "@firebase/analytics-types" (but package exists). NPM website shows that 0.8.2 does exist.
Steps to reproduce:
bun init
bun add firebase
> bun add v1.1.17 (bb66bba1)
> error: No version matching "0.8.2" found for specifier "@firebase/analytics-types" (but package exists)
> error: @firebase/analytics-types@0.8.2 failed to resolve
What version of Bun is running?
1.1.1
What platform is your computer?
Microsoft Windows NT 10.0.19045.0 x64
What steps can reproduce the bug?
bun install tiny-cognito
What is the expected behavior?
It should resolve tiny-cognito's dependencies. This works fine on linux (tested on KDE neon), but not on Windows.
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: