leptos-rs / start-actix

Starter template for use with the Leptos web framework.
The Unlicense
122 stars 31 forks source link

cargo leptos watch Error: compile sass/scss #39

Closed butoften closed 10 months ago

butoften commented 10 months ago

I used following cmd:

cargo install cargo-leptos
cargo leptos new --git https://github.com/leptos-rs/start
cd start-project
cargo leptos watch

and it show error:

Error: compile sass/scss: style/main.scss -> @pkg/leptos_start.css at `/Users/xxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-leptos-0.2.5/src/compile/style.rs:52:18`

can you help me? Am I missing any configurations? thank you.

gbj commented 10 months ago

Closing since you opened a duplicate at https://github.com/leptos-rs/leptos/issues/2178 I will answer over there.