-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error executing wasm-pack new (cannot parse 'latest' as a semver) #907
Comments
similar to #828 |
I get the same issue when running |
Facing the same issue with |
A work around for this is to just |
@SamNelson Thanks for the quick response, I was actually doing that. Just in case if it helps anyone I also had to do sfackler/rust-openssl#1021 (comment) , before |
Facing the same issue on Mac wasm-pack v0.9.1. |
We are recently bitten by this error too often. A recent PR that updated the docs had the same issue, |
Same problem met in OSX. I use this method instead:
It just works to generate a crate by template |
@WanderHuang thank you for your comment - it helped me to progress. |
Same here on Windows. Once the cargo-generate.exe is created, you have to manually copy it in the |
Facing the same issue with wasm-pack new example Windows 10 64bits |
Should be fixed in the v0.10.0 |
🐛 Bug description
When running wasm-pack new rust-example an error in cargo-generate occurs
the following log is printed
🤔 Expected Behavior
a new wasm-pack project should be created
👟 Steps to reproduce
Have a previous rust toolchain installed
install wasm-pack with
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
execute
wasm-pack new rust-example
🌍 Your environment
wasm-pack version: 0.9.1
rustc version: rustc 1.45.0 (5c1f21c3b 2020-07-13)
The text was updated successfully, but these errors were encountered: