You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had issues with compiling cargo-watch that led me to try using cargo-binstall and I stumbled upon issues with appears to be caused by symlink. Full back story can be found watchexec/cargo-watch#196
In short I had to remove the symlink file to cargo-watch and rename the exe to cargo-watch.exe only then did the command cargo watch ... became recognized.
Let me know if there need for any additional information
The text was updated successfully, but these errors were encountered:
Hey,
I had issues with compiling
cargo-watch
that led me to try usingcargo-binstall
and I stumbled upon issues with appears to be caused by symlink. Full back story can be found watchexec/cargo-watch#196In short I had to remove the symlink file to
cargo-watch
and rename the exe tocargo-watch.exe
only then did the commandcargo watch ...
became recognized.Let me know if there need for any additional information
The text was updated successfully, but these errors were encountered: