Node.js and Gatsby-Cli Installation Guide 🌈

Posted by , March 06, 2024
GuidelineInstall
Series ofhow to use this template?

1. Install Node.js

Visit the Node.js download page and install Node.js. Click the button on the site to start the installation.

alt text

After the installation is complete, open your terminal and type the command npm -v. If the Node.js version appears in the terminal, it means the installation was successful. (Note: Your Node.js version does not need to match mine exactly!)

alt text


2. Install Gatsby CLI

Type the following command in the terminal to automatically install Gatsby CLI. Once you have completed the installation of Gatsby CLI, you are done with all the installations.

npm install -g gatsby-cli

Similarly, after the installation, type the command gatsby -v to verify that the Gatsby CLI version is displayed correctly.

alt text


Next Steps

For the next steps, refer to the post Gatsby Blog Initial Settings βš™οΈ.