Home

Published

- 1 min read

gatsby js install

img of gatsby js install

The solution for this is noted below

gatsby js install

Solution

   npm install -g gatsby-cli


//Create new project
gatsby new [gatsby-project-name] https://github.com/gatsbyjs/gatsby-starter-hello-world
cd [gatsby-project-name]

//initialize developer server
gatsby develop

//create production build the project
gatsby build
gatsby serve

Try other methods by searching on the site. That is if this doesn’t work