We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wasm-pack can not find cargo-generate installed by cargo
wasm-pack initialize my project successfully and without any errors
rustup target add wasm32-unknown-unknown
cargo install cargo-generate wasm-pack --all-features
wasm-pack new anyprojectname --mode no-install
wasm-pack version: 0.13.0 rustc version: 1.83.0-nightly (8d6b88b16 2024-09-11) OS: macOS 15 arm64 and archlinux x86-64
0.13.0
1.83.0-nightly (8d6b88b16 2024-09-11)
The text was updated successfully, but these errors were encountered:
Is anyone really solving issues?
Sorry, something went wrong.
No branches or pull requests
🐛 Bug description
wasm-pack can not find cargo-generate installed by cargo
🤔 Expected Behavior
wasm-pack initialize my project successfully and without any errors
👟 Steps to reproduce
rustup target add wasm32-unknown-unknown
cargo install cargo-generate wasm-pack --all-features
wasm-pack new anyprojectname --mode no-install
🌍 Your environment
wasm-pack version:
0.13.0
rustc version:
1.83.0-nightly (8d6b88b16 2024-09-11)
OS: macOS 15 arm64 and archlinux x86-64
The text was updated successfully, but these errors were encountered: