Ashcon Partovi
Ashcon Partovi
Would it be possible to share the content of your `package.json`?
Could be related #9349
How would you expect `--silent` to work with `bun test`? * No output at all? * Calls to `console.log` / `process.stderr` do not work?
Duplicate of #9932
`bun serve` is not a command, at least for now.
This also occurs on macOS.
It looks like `create-next-app` is using `process.env.npm_config_user_agent` to determine whether to use Bun or not: https://github.com/vercel/next.js/blob/f9ad49fc6f57f3bcf4f508b59deab695f06c74b1/packages/create-next-app/helpers/get-pkg-manager.ts#L4 It's possible we're not setting this properly on Windows.
This is a bug in the `svelte-add` package. I've submitted a PR for them to review, you can encourage them to fix this with a thumbs up here: https://github.com/svelte-add/svelte-add/pull/333
> Hi @Electroid thank you very much for your effort. `bunx svelte-add@latest tailwindcss` works now! Unfortunatelly `bunx shadcn-svelte@latest init` still has the same problem as I wrote in the "Additional...
Is it possible to share the code? If you are also about to make a minimal reproduction that would be great.