-
### How can we reproduce the crash?
run the command "bunx sv create testSvelte5" in a windows 11 desktop in VSCode terminal.
### Relevant log output
```
PS C:\Users\mfmar\development> bunx sv create…
-
### What version?
0.41.3
### Which command?
proto use
### What happened?
I installed `proto` on a recently re-installed machine. Git is not yet installed.
`proto use` crashes with a …
-
### Describe the bug
If you do something like `import '$lib/layout1.css';` in a +layout or +page, the CSS is incorrectly applied on hover (probably due to the preload functionality).
Additionally …
-
### How can we reproduce the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun v1.1.31 ([`e448c4c`]()) on windows x86_64 [RunCommand]
**panic**: Expecte…
-
### `package.json` file
```json
{
"dependencies": {
"@dnd-kit/core": "6.1.0",
"@dnd-kit/modifiers": "7.0.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3…
-
### Steps to reproduce
```
› yarn create farm@latest
yarn create v1.22.22
[1/4] 🔍 Resolving packages...
error Couldn't find package "create-farm-freebsd-x64@0.0.14" required by "create-farm@late…
-
### `package.json` file
```json
{
"name": "projectbread",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-p…
-
**Describe the bug**
When using *@bun-nx/nx:build* executor, the build executes correctily, but the nx target run forever and never exit
I'm using a mixed environment (node/bun)
**To Reprod…
-
### Describe the bug
If the `viteNodeInlineDeps` option is set to anything, it completely replaces any value set by other sources, i.e. plugins. Most notably, this completely breaks Nuxt functional…
-
When creating a project using `bunx sv create new-project` and selecting the options below, the app doesn't run with error `ENOENT: No such file or directory`
This seems to be because the project…