-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
error[E0308]: mismatched types by cargo install cargo-leptos #10012
Labels
Comments
I get this as well, same error |
ActuallyHappening
added a commit
to ActuallyHappening/cargo-leptos
that referenced
this issue
Feb 10, 2025
Honestly, I have no idea how to fix this or where its coming from |
Leptos should update swc_core |
ActuallyHappening
added a commit
to ActuallyHappening/cargo-leptos
that referenced
this issue
Feb 15, 2025
benwis
pushed a commit
to leptos-rs/cargo-leptos
that referenced
this issue
Feb 21, 2025
* feat: naive port to tracing * wip: Porting over to color_eyre * feat: finished port to color_eyre * update: Now using `swc` 0.13 and `swc_common` 6.1 so that is compiles swc-project/swc#10012 * add: `color_eyre::install()?` to main.rs * fix: idk git very well * fix: example projects compile with tracing * fix: now doesn't panic on logging init
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Input code
Config
Playground link (or link to the minimal reproduction)
https://play.swc.rs/
SWC Info output
No response
Expected behavior
The installation should run without errors.
Actual behavior
No response
Version
v10.0.0
Additional context
No response
The text was updated successfully, but these errors were encountered: