Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bun create tauri-app v1 tauri #869

Open
jswhisperer opened this issue Jan 15, 2025 · 2 comments
Open

bun create tauri-app v1 tauri #869

jswhisperer opened this issue Jan 15, 2025 · 2 comments

Comments

@jswhisperer
Copy link

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"
  },```
@FabianLars
Copy link
Member

Without this oven-sh/bun#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.

@jswhisperer
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants