-
Notifications
You must be signed in to change notification settings - Fork 412
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
Unable to find wasm-pack
on 0.11.0
#1248
Comments
This was referenced Mar 21, 2023
CjS77
pushed a commit
to tari-project/tari-crypto
that referenced
this issue
May 19, 2023
Previously, an upstream [issue](rustwasm/wasm-pack#1248) with `wasm-pack` resulted in CI failure. Because of this, the dependency was [reverted and frozen](#174) at a working version. A recent `wasm-pack` minor version bump should have this working again. This PR updates and freezes at this version.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug description
After installing
[email protected]
on Ubuntu 22.04, runningwasm-pack
fails. The issue does not occur using[email protected]
in the same manner. The issue occurs both locally and on theubuntu-latest
GitHub Actions runner.🤔 Expected Behavior
The
wasm-pack
command should run. Instead, the system reports that the command is not found.👟 Steps to reproduce
Using an Ubuntu 22.04 installation, run
npm install [email protected]
, which is currently the latest version. Then, runwasm-pack
. The system reports thatwasm-pack
cannot be found.To show this is a new issue, run
npm install [email protected]
and then runwasm-pack
. The command succeeds.🌍 Your environment
Include the relevant details of your environment.
wasm-pack version: 0.11.0
rustc version: 1.68.0
The text was updated successfully, but these errors were encountered: