chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

./build-wasm.sh: line 8: wasm-pack: command not found error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed #116

Open BikiniBottomsVeryOwn opened 5 years ago

BikiniBottomsVeryOwn commented 5 years ago

./build-wasm.sh: line 8: wasm-pack: command not found error: toolchain 'nightly-x86_64-unknown-linux-gnu' is not installed

But it is installed...

chinedufn commented 5 years ago

Hey!

Thanks for opening this issue - hopefully we can get to the bottom of it.

could you try:

rustup toolchain install nightly
cargo install wasm-pack --force