Closed Pulchritude1 closed 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
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!
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.
Did you try restarting the dev process?
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.
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:
Steps to Reproduce:
Given Node.js and Git are installed...