Description
What version of Bun is running?
1.2.4+fd9a5ea66
What platform is your computer?
Darwin 24.3.0 x86_64 i386
What steps can reproduce the bug?
rails -v
=> Rails 8.0.2
create new app rails new reproduction --css tailwind --database=postgresql --javascript bun
build:css
bunx @tailwindcss/cli -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify
/private/tmp/bunx-501-@tailwindcss/cli@latest/node_modules/@parcel/watcher/index.js:26
throw new Error(No prebuild or local build of @parcel/watcher found. Tried ${name}. Please ensure it is installed (don't use --no-optional when installing with npm). Otherwise it is possible we don't support your platform yet. If this is the case, please report an issue to https://github.com/parcel-bundler/watcher.
);
^
also posted to parcel-bundler/watcher#204
Error: No prebuild or local build of @parcel/watcher found. Tried @parcel/watcher-darwin-x64. Please ensure it is installed (don't use --no-optional when installing with npm). Otherwise it is possible we don't support your platform yet. If this is the case, please report an issue to https://github.com/parcel-bundler/watcher.
at Object. (/private/tmp/bunx-501-@tailwindcss/cli@latest/node_modules/@parcel/watcher/index.js:26:13)
at Module._compile (node:internal/modules/cjs/loader:1734:14)
at Object..js (node:internal/modules/cjs/loader:1899:10)
at Module.load (node:internal/modules/cjs/loader:1469:32)
at Function._load (node:internal/modules/cjs/loader:1286:12)
at TracingChannel.traceSync (node:diagnostics_channel:322:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:235:24)
at cjsLoader (node:internal/modules/esm/translators:311:5)
at ModuleWrap. (node:internal/modules/esm/translators:204:7)
at ModuleJob.run (node:internal/modules/esm/module_job:273:25)
What is the expected behavior?
I wouldn't expect the error.