When I run the anchor commands pnpm anchor-build, pnpm anchor-localnet, etc it gives me the error
error: no such command: `build-sbf`
View all installed commands with `cargo --list`
Find a package to install `build-sbf` with `cargo search cargo-build-sbf`
Is there some dependency missing from the Rust program project? 🤔
When I run the anchor commands
pnpm anchor-build
,pnpm anchor-localnet
, etc it gives me the errorIs there some dependency missing from the Rust program project? 🤔