I'm trying to build using gatsby build but it says gatsby command not found.
Whereas npm run build runs the gatsby build
It's because Gatsby CLI or whatever is missing?
@Steffi3rd please install gatsby-cli to directly run gatsby commands like develop, build, serve, etc.
If you don't install, you'll need to run it using either npm or yarn.
Perfect, thank you!
Most helpful comment
@Steffi3rd please install
gatsby-clito directly rungatsbycommands likedevelop,build,serve, etc.If you don't install, you'll need to run it using either
npmoryarn.