Open buoe opened 3 months ago
If you're on macOS, see https://github.com/coral-xyz/anchor/discussions/2831#discussioncomment-8673021
If not, this is likely related to your Solana installation. I'd recommend removing your installation and re-installing v1.18.
anchor build
is a wrapper around cargo-build-sbf
which comes from Solana's tooling.
anchor build.Always reporting errors after downloading is complete:error: no such command:
+solana
Cargo does not handle+toolchain
directives. Did you mean to invokecargo
throughrustup
instead?I tried downloading Rust again but it didn't solve the problem