-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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] create-tauri-app is broken #3409
Comments
Same issue here on Windows 10.
Logs of
|
this looks a little "off" to me: |
Checking it atm. |
Found the issue, I need to add some checks in case you don't have a .gitignore file. For now you could run |
The fix was published guys, thanks for reporting it! |
Describe the bug
After the update I'm unable to launch the created application on MacOS(did not tested on other OS though). Newly created application fails to start with an error
I tried several different templates including vanilla, react, vite(with svelte), and svelte the result is the same.
Reproduction
Run the following list of commands:
Expected behavior
Newly created application launches.
Platform and versions
Stack trace
No response
Additional context
I reproduced it several times.
create-tauri-app
creates the application then, sometimes, afternpm run tauri dev
the process hangs for a while. Then I killed the process and after that all the further launches are failing with this errorThe text was updated successfully, but these errors were encountered: