Why am I getting errors when using cargo-leptos as per the tutorial? #4156
Unanswered
callmeitachi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That's weird -- because when I try this URL it works fine.
Not sure what's going on here and it would be worth trying again. The problem is just that it's having trouble downloading a ZIP of the Sass binary for Windows. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error:
0: compile sass/scss: style/main.scss -> @pkg\telecom-demand-platform.css at
src\compile\style.rs:51:18
1: at
src\compile\sass.rs:18:37
2: Try manually installing sass: https://sass-lang.com/install at
src\ext\exe.rs:227:33
3: Could not download sass-1.86.0 at
src\ext\exe.rs:140:14
4: error sending request for url (https://github.com/sass/dart-sass/releases/download/1.86.0/dart-sass-1.86.0-windows-x64.zip)
5: client error (Connect)
6: invalid peer certificate: UnknownIssuer
Location:
src\ext\exe.rs:89
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Beta Was this translation helpful? Give feedback.
All reactions