create-tauri-app
create-tauri-app copied to clipboard
bun create tauri-app v1 tauri
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"
},```
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.
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.