Skip to content
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

Closed
AaronFeickert opened this issue Mar 21, 2023 · 0 comments · Fixed by #1250
Closed

Unable to find wasm-pack on 0.11.0 #1248

AaronFeickert opened this issue Mar 21, 2023 · 0 comments · Fixed by #1250

Comments

@AaronFeickert
Copy link

🐛 Bug description

After installing wasm-pack@0.11.0 on Ubuntu 22.04, running wasm-pack fails. The issue does not occur using wasm-pack@0.10.3 in the same manner. The issue occurs both locally and on the ubuntu-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 wasm-pack@0.11.0, which is currently the latest version. Then, run wasm-pack. The system reports that wasm-pack cannot be found.

To show this is a new issue, run npm install wasm-pack@0.10.3 and then run wasm-pack. The command succeeds.

🌍 Your environment

Include the relevant details of your environment.
wasm-pack version: 0.11.0
rustc version: 1.68.0

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant