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-cli

Check that you have the correct version installed by running the command below. You should be on v3 or newer.

gatsby --version

See the available commands:

gatsby --help

Last updated