fasterthanlime/mevi

Error build serve

Closed this issue ยท 4 comments

just serve trunk serve --release crates/mevi-frontend/index.html sh: line 1: trunk: command not found error: Recipe servefailed on line 10 with exit code 127

cargo install trunk

Many errors, but build

Some errors have detailed explanations: E0405, E0412, E0425, E0433, E0463, E0531.
error: could not compile `memchr` due to 214 previous errors
2023-03-23T08:54:42.409522Z ERROR โŒ error
error from HTML pipeline

Caused by:
    0: error from asset pipeline
    1: error during cargo build execution
    2: cargo call returned a bad status
2023-03-23T08:54:42.409692Z  INFO ๐Ÿ“ก serving static assets at -> /
2023-03-23T08:54:42.409766Z  INFO ๐Ÿ“ก server listening at http://127.0.0.1:8080

See #1 โ€” you're probably missing the wasm32-unknown-unknown target

See #1 โ€” you're probably missing the wasm32-unknown-unknown target

Yes.
rustup target add wasm32-unknown-unknown