Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Rust nightly can't see WASM toolchain #138

Open
hally9k opened this issue Sep 22, 2020 · 0 comments
Open

Rust nightly can't see WASM toolchain #138

hally9k opened this issue Sep 22, 2020 · 0 comments

Comments

@hally9k
Copy link

hally9k commented Sep 22, 2020

There's an issue with the latest rust nightly, this appears to affect substrate as well. This results in the following error when trying to build the node-template:
Rust WASM toolchain not installed, please install it!

Sort term solution provided by @Holygits to use an older rust build:

rustup toolchain uninstall nightly
rustup toolchain install nightly-2020-08-23
rustup target add wasm32-unknown-unknown --toolchain nightly-2020-08-23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant