Fail to install cargo-leptos: swc_ecma_utils #3511
-
Error Logs:
|
Beta Was this translation helpful? Give feedback.
Answered by
gbj
Jan 23, 2025
Replies: 2 comments 3 replies
-
Environment:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you do |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like we have
cargo install --locked cargo-leptos
in thecargo-leptos
README andcargo install
in the book -- I'll change the book to locked. It is only a problem when we have a dependency with a semver-breaking change.cargo install --locked cargo-leptos
should work in any case.