-
-
Notifications
You must be signed in to change notification settings - Fork 832
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
dioxus-cli fails to install on windows 11 #1413
Comments
Yet another fix for this: https://github.com/fanyang89/dioxus/commit/5b5ea2014f94d4e88db9200790e4e9ef3ff8352e |
We can merge both fixes. We need to pin the version because tauri doesn't follow semvar for tauri-bundle, but updating to the new version would be nice |
PR created #1416 |
The same issue on the latest ArchLinux with rust 1.72. |
Same issue on macOS, installing with locked worked: cargo install dioxus-cli --locked |
Diouxs 0.4.1 has now been published which fixes |
Problem
We can't install dioxus-cli on windows 11.
Steps To Reproduce
run the command
results in
Expected behavior
Installation success
Environment:
Workaround:
Installing with --locked works (thanks @!marc on discord):
Questionnaire
The text was updated successfully, but these errors were encountered: