akzhy / gatsby-starter-elemental

Gatsby starter for portfolio sites
https://elemental.netlify.app
MIT License
137 stars 57 forks source link

Unable to Install Starter #38

Closed Pulchritude1 closed 3 years ago

Pulchritude1 commented 3 years ago

It appears not possible to install this starter in its current form. This has been attempted on multiple devices, with multiple people. When 'gatsby develop' is run, this error is shown: Issue

Steps to Reproduce:

Given Node.js and Git are installed...

npm install -g gatsby-cli gatsby new project-name https://github.com/akzhy/gatsby-starter-elemental cd project-name gatsby develop

akzhy commented 3 years ago

Hey could you try it by

git clone https://github.com/akzhy/gatsby-starter-elemental
cd gatsby-starter-elemental
yarn
yarn develop
Pulchritude1 commented 3 years ago

git clone https://github.com/akzhy/gatsby-starter-elemental cd gatsby-starter-elemental npm install -g yarn yarn yarn develop

This solution worked well, thanks a lot!

Pulchritude1 commented 3 years ago

Seemingly unrelated to this, when I locally run the starter, it doesn't seem as thought the front page of the starter is affected by any of my changes to config.ts. While editing other files result in changes in the corresponding page, editing config.ts doesn't lead to the same change.

akzhy commented 3 years ago

Did you try restarting the dev process?

Pulchritude1 commented 3 years ago

Did you try restarting the dev process?

I have now. Thank you. I previously interpreted what you said to be reinstalling the starter, I now realise that you meant rerunning the server. I stopped running it in the browser, made a change, and reran it, and it worked perfectly, thanks.