Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: No version matching "1.2.0" found for specifier "bun-types" (but package exists) #16627

Open
renzp94 opened this issue Jan 23, 2025 · 1 comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client types An issue with TypeScript types

Comments

@renzp94
Copy link

renzp94 commented Jan 23, 2025

What version of Bun is running?

1.2.0+b0c5a7655

What platform is your computer?

Darwin 24.2.0 arm64 arm

What steps can reproduce the bug?

  • mkdir bun-demo
  • cd bun-demo
  • bun init
  • bun install

What is the expected behavior?

bun install success

What do you see instead?

bun install v1.2.0 (b0c5a76)
error: No version matching "1.2.0" found for specifier "bun-types" (but package exists)
error: [email protected] failed to resolve

Additional information

No response

@renzp94 renzp94 added bug Something isn't working needs triage labels Jan 23, 2025
@renzp94
Copy link
Author

renzp94 commented Jan 23, 2025

bun add @types/[email protected] is ok.

@RiskyMH RiskyMH added bun install Something that relates to the npm-compatible client types An issue with TypeScript types and removed needs triage labels Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working bun install Something that relates to the npm-compatible client types An issue with TypeScript types
Projects
None yet
Development

No branches or pull requests

2 participants