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?
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:
Installing devDependencies:
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.
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 directoryWhat 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:
Installing devDependencies:
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