Gatsby Setup
Gatsby Installation
Install the Gatsby CLI globally by running the command below. (Have an older version of the Gatsby CLI installed? This command will also update you to the latest version.)
npm install -g gatsby-cliCheck that you have the correct version installed by running the command below. You should be on v3 or newer.
gatsby --versionSee the available commands:
gatsby --help
Last updated