Skip to content

bun install error: No version matching "^3.4.1" found for specifier "tailwindcss" (but package exists) #13371

@shu-vro

Description

@shu-vro

What version of Bun is running?

1.1.24+85a329911

What platform is your computer?

Linux 6.10.3-200.fc40.x86_64 x86_64 unknown

What steps can reproduce the bug?

bun create next-app .

or

bun install # inside the directory

What is the expected behavior?

no error, clean install of all dependencies

What do you see instead?

✔ Would you like to use TypeScript? … No / Yes
✔ Would you like to use ESLint? … No / Yes
✔ Would you like to use Tailwind CSS? … No / Yes
✔ Would you like to use src/ directory? … No / Yes
✔ Would you like to use App Router? (recommended) … No / Yes
✔ Would you like to customize the default import alias (@/)? … No / Yes
✔ What import alias would you like configured? … @/

Creating a new Next.js app in /home/shirshen/Documents/js/edusolve.

Using bun.

Initializing project with template: app-tw

Installing dependencies:

  • react
  • react-dom
  • next

Installing devDependencies:

  • postcss
  • tailwindcss

bun install v1.1.24 (85a3299)
error: No version matching "^3.4.1" found for specifier "tailwindcss" (but package exists)
error: tailwindcss@^3.4.1 failed to resolve

Aborting installation.
bun install has failed.

Additional information

  • The current version of tailwindcss is 3.4.10
  • I tried with other package managers to create a next app and no error found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingbun installSomething that relates to the npm-compatible client

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions