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
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Then I entered wasm-pack new hello-wasm and got this:
[INFO]: ⬇️ Installing cargo-generate...
error: the `--vers` provided, `latest`, is not a valid semver version: cannot parse 'latest' as a semver
Error: Installing cargo-generate with cargo
Caused by: failed to execute `cargo install`: exited with exit code: 101
🤔 Expected Behavior
It should create a new wash-pack project.
👟 Steps to reproduce
See above.
🌍 Your environment
wasm-pack version: 0.9.1
rustc version: 1.50.0
The text was updated successfully, but these errors were encountered:
🐛 Bug description
I'm following the Quickstart instructions here: https://rustwasm.github.io/wasm-pack/book/quickstart.html.
I installed wasp-pack with:
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Then I entered
wasm-pack new hello-wasm
and got this:🤔 Expected Behavior
It should create a new wash-pack project.
👟 Steps to reproduce
See above.
🌍 Your environment
wasm-pack version: 0.9.1
rustc version: 1.50.0
The text was updated successfully, but these errors were encountered: