solana-developers / create-solana-dapp

CLI for creating Solana dApps on the fly
https://npmjs.com/package/create-solana-dapp
MIT License
343 stars 105 forks source link

error: no such command: `build-sbf` #96

Open JimLynchCodes opened 19 hours ago

JimLynchCodes commented 19 hours ago

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? 🤔

beeman commented 18 hours ago

error: no such command: build-sbf

Hi there @JimLynchCodes - it should work as expected as long as you have the Solana CLI installed and added to your path.

Maybe this helps.