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

Description
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