create-tauri-app icon indicating copy to clipboard operation
create-tauri-app copied to clipboard

bun create tauri-app v1 tauri

Open jswhisperer opened this issue 11 months ago • 2 comments

running bun create tauri-app and selected "vue" creates a project with tauri v1 deps

"dependencies": {
    "@rajnandan1/termo": "^0.0.1",
    "@tauri-apps/api": "^1",
    "termo": "^0.0.1",
    "vue": "^3.5.13"
  },
  "devDependencies": {
    "@tauri-apps/cli": "^1",
    "@vitejs/plugin-vue": "^5.0.5",
    "typescript": "^5.2.2",
    "vite": "^5.3.1",
    "vue-tsc": "^2.0.22"
  },```

jswhisperer avatar Jan 15 '25 23:01 jswhisperer

Without this https://github.com/oven-sh/bun/issues/10064 being a thing idk what we're supposed to do. If i (or others) run the same command we get a v2 app so it has to be a cache issue or something like that.

FabianLars avatar Jan 16 '25 10:01 FabianLars

Could be a cache thing for sure that is the exact issue, maybe the Readme on tauri could forewarn Bun create has this bug? Can always use npm create then move to bun after.

jswhisperer avatar Jan 16 '25 17:01 jswhisperer