-
Notifications
You must be signed in to change notification settings - Fork 418
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
Cannot Create New Wasm Pack Project #1266
Comments
I'm hitting the same issue. Updated wasm-pack using: error:
|
Confirm. |
Issue confirmed: Creating new project not working on M1 Macbook. |
Related: #1245 |
The fix doesn't work for my Macbook pro m2 any other fixes? |
It might have to do with a bad get request to
|
I added a User-Agent header and now I get this as an error:
|
Update: I reinstalled cargo-generate -> |
Hmm, I haven't seen this issue myself... Does it work fine in |
@drager When I added the header for |
I've just tested it on
version
cc: @orhun since he said 0.11.1 fixes it in #1245 (comment):
|
Yeah, it is still a mystery to me how it stopped working and start working again. Somebody need to dive deeper into this. |
It's working on |
Could releasing this fix be prioritised, if only as a patch release on top of the previous release without any other recent additions? Older wasm-pack versions raise a warning if an older version is used so at present we're just funnelling users into a completely broken state. |
Released in v0.12.0 |
I had this same issue and running |
🐛 Bug description
wasm-pack --version
> wasm-pack 0.11.0
wasm-pack new hello-world
🤔 Expected Behavior
Should create new project in current directory
👟 Steps to reproduce
I tried to update wasm-pack via cargo
cargo install wasm-pack
realized the install was broken, then uninstalled and re-installed via the install script
cargo uninstall wasm-pack
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
This gave me the above error
🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: see above
rustc version: rustc 1.69.0-nightly (246eae2fa 2023-02-21)
The text was updated successfully, but these errors were encountered: