Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

getting started instructions give error with exit code 101 #975

Closed
mvolkmann opened this issue Feb 16, 2021 · 1 comment · Fixed by #983
Closed

getting started instructions give error with exit code 101 #975

mvolkmann opened this issue Feb 16, 2021 · 1 comment · Fixed by #983

Comments

@mvolkmann
Copy link

🐛 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:

[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

@ThePuzzlemaker
Copy link

Possible duplicate of #907

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants