#Problem when starting tauri dev
24 messages · Page 1 of 1 (latest)
Does cargo --version work? If so, what does it print?
Yeah, sounds like rust/cargo is not installed or tauri at least can't find it.
reinstalled rust nothing changed, then reinstalled node.js, when starting tauri dev it began downloading everything again and got a new error
while trying create new tauri app this appeared
but I have already installed rust
wait, I didn't check path
You have to restart your console after installing Rust.
Did you use rustup?
for downloading rust?
Yes.
used this winget install --id Rustlang.Rustup
I'm fairly certain that one doesn't set up the PATH.
I believe the main one you have to add is %USERPROFILE%\.cargo\bin
done it
but I think I need to add a node.js too
If npm works, you've probably got Node.js configured correctly.
not with my pc))
I love how Windows is the only OS that I ever see problems where it's in such disarray but still seemingly working fine 🙃
I tjink I need to reinstall windows now..