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

Unable to run Astro Dev Server after installing Tailwind #11060

Open
austinm911 opened this issue May 14, 2024 · 0 comments
Open

Unable to run Astro Dev Server after installing Tailwind #11060

austinm911 opened this issue May 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@austinm911
Copy link

What version of Bun is running?

1.1.8+89d25807f

What platform is your computer?

Darwin 23.4.0 arm64 arm

What steps can reproduce the bug?

I'm having an issue with astro and bun. Once you add the tailwind package I can't get Bun to run the dev server

bun create astro@latest
bun astro add tailwind
bunx --bun astro dev // errors here

What is the expected behavior?

No response

What do you see instead?

Resulting error:

$ bunx --bun astro dev
✔ Console Ninja extension is connected to Astro, see https://tinyurl.com/2vt8jxzw
Unexpected reading "/Users/x/Coding/repro/astro-tw/node_modules/postcss-load-config/src/options.js"
error: script "dev" exited with code 1

Additional information

See the issue i filed in Astro's repo withastro/astro#10880

@austinm911 austinm911 added the bug Something isn't working label May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant