-
Notifications
You must be signed in to change notification settings - Fork 95
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
create-tauri-app multiple templates are broken #261
Comments
Can't seem to reproduce the issue. The problem is in building the front-end, try removing |
did both (
|
well, this is a problem with the bundler (vite) and I am not yet able to reproduce it and seems very specific to your machine. can you try |
Huh now tauri seems to work too... I guess the only thing thats different is I guess i close this issue |
I'm reopening this issue due to some new information. So a bit of background - I have a HDD and a SSD on my pc. SSD is the smaller one (~500gb) so I only use it for Windows and some frequently-used big programs. Most of the Users folder like documents downloads etc. are on the HDD, except for one thing - some folders are placed physically on SSD but are linked using NTFS junctions with a folder in HDD. One of these special folders is where I usually place rust projects - due to how much drive access is used during compilation I like the boost that placing this folder on SSD gives me. So the whole thing looks something like this:
so let us see what happens shall we? this is the experiment:
result: blank window.
result: everything works
result: everything is fine So this appears to be a bug, right?... the question is only where |
huh appears to be vite bug vitejs/vite#10802 |
thanks for taking the time to track this down. gonna close this issue and hopefully the vite team will fix it soon. |
Link to discord discussion: https://discord.com/channels/616186924390023171/1051492348707741787
problem description: not much to say, other than I try to create a tauri app using this tool. So far, Ive tried
react
,react-js
,vue
templates with the same problem(compiled program shows blank window).commands that i run:
No errors are produced. Opening dev tools -> JS console always shows an error , different in each project type(see discord thread link for examples)
All prerequisits from https://tauri.app/v1/guides/getting-started/prerequisites are installed. I didnt install pnpm or yarn, since they are alternatives to npm
cargo create-tauri-app --version
outputs 2.7.2Example of the problem, using Vue
Tauri info output:
The text was updated successfully, but these errors were encountered: