Closed austinm911 closed 6 months ago
Do you experience the same issue with Node.js?
Do you experience the same issue with Node.js?
Here's what I get
❯ bun astro dev
$ astro dev
ENOENT: no such file or directory, read
Stack trace:
at Object.readFileSync (node:fs:457:20)
at Module.load (node:internal/modules/cjs/loader:1206:32)
at Module.require (node:internal/modules/cjs/loader:1231:19)
at Object.<anonymous> (/Users/am/Coding/repro/astro-tailwind-console-ninja-bug/node_modules/postcss-load-config/src/index.js:9:21)
at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
error: script "astro" exited with code 1
Bun issues should be reported to the Bun repo if it works in nodejs or npm (package manager).
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Trying to get the tailwind integration to work with Bun but running into an issue. I don't have errors using bun until i add the tailwind astro integration
This file doesn't actually exist when I look for it.
I'm noticing that bun installs a bunch of node module packages (not sure if this is expected)
With pnpm this works fine. I can start the dev server and node modules looks like
So not sure what's going on here
What's the expected result?
Should work
Link to Minimal Reproducible Example
https://github.com/austinm911/astro-tailwind-console-ninja-bug
Participation