You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2026. It is now read-only.
When installing features dioxus:0.1.8 and wasm-server-runner:0.1.8, but it would apply similarly to all the features using the same binstall template, I'm getting
./install.sh: line 23: !cargo: command not found
The problem is that in the bash in the mcr.microsoft.com/devcontainers/rust:1-1-bookworm image the ! must be separated from the command by whitespace. Which is the case in the preceding two conditions, but not in the last one.
When installing features
dioxus:0.1.8andwasm-server-runner:0.1.8, but it would apply similarly to all the features using the same binstall template, I'm gettingThe problem is that in the bash in the
mcr.microsoft.com/devcontainers/rust:1-1-bookwormimage the!must be separated from the command by whitespace. Which is the case in the preceding two conditions, but not in the last one.