-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
[bug] Couldn't recognize the current folder as a Tauri project #3527
Comments
I dont know why the link dossnt work tho |
thank you for edit! @amrbashir |
Can you provide the steps you used to create your project or a test project on GitHub? I couldn't reproduce this with the vanilla Vite template. Also make sure you don't have the src-tauri folder on your .gitignore file. |
well the only thing I did was running pnpm upgrade and cargo upgrade and update using cargo edit. before this it worked fine with the beta version. and the folder structure is standard I have not made any changes . I will look more into it as soon I have some more time. thank you for your time. |
wow okay when I first read your comment I forgot that I am ignoring the src-tauri folder in git. but what has change? that makes this not work anymore?? :) I had no idea this would have that effect. but it works now! thanks again for your time. btw what is the status of android development it sounds interesting? just in a few words :) |
Yeah you shouldn't gitignore the src-tauri folder. For the android development, check out the |
Was wondering why getting the same error on fresh project. The issue was having a git repo in |
Still not working, have created local git repo, no git repo in |
This is still broken. Can we reopen this? |
In my case, I had a .gitignore file in |
Reproducible on MacOS: |
Describe the bug
hi, I am trying to upgrade from beta to the latest version, I am using the tauri vite plugin and the author of the project believes the problem is related to the cli. can you please take a look at the issue here:
amrbashir/vite-plugin-tauri#2 (comment)
thank you!
Reproduction
No response
Expected behavior
builds
Platform and versions
Stack trace
No response
Additional context
project structure:
The text was updated successfully, but these errors were encountered: