-
Notifications
You must be signed in to change notification settings - Fork 65
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
cargo fullstack
issues on Windows
#53
Comments
This problem can be easily fixed by adding the
Another problem is that One way to fix this is to change the [[bin]] section in Cargo.toml
|
The problem with
(I got this by modifying the yarn script in package.json to So instead of yarn actually calling tsync, it calls
I can't think of a good fix. Maybe we can call The fix @mayhemdot seems to hint at is to rename the wrapper under [[bin]] to something else (like "teesync" 😄): [[bin]]
- name = "tsync"
+ name = "teesync"
path = ".cargo/bin/tsync.rs" Now delete |
After following the instruction to the point where I used
cargo fullstack
I encountered this:I found out the problem probably has to do something with this:
After some research I found some fitting issues..
#issuecomment-368300622
rust-lang/rust#94743
For now the only idea I have to fix this, would be some Windows specific code to check for
.CMD
or maybe usewhich
, which should support that?The text was updated successfully, but these errors were encountered: