Following the Instructions got error described below.
Tried to use both npm and yarn to install dependencies (on fresh cloned copies of "www" dir).
Tried to delete node_modules and yarn.lock and then running again yarn install but no luck here.
I downloaded the whole gatsby repo and now it works perfectly. (Thats how it ends when you try to make shortcuts and save time)
Sorry for making the noise 😇
Issue resolved.
Description
Following the Instructions got error described below. Tried to use both npm and yarn to install dependencies (on fresh cloned copies of "www" dir). Tried to delete
node_modules
andyarn.lock
and then running againyarn install
but no luck here.Steps to reproduce
yarn
to install all of the website’s dependencies.npm run develop
to preview the site at http://localhost:8000/Expected result
Run
npm run develop
to preview the site at http://localhost:8000/Actual result
debug.log
Environment
I will be grateful for your help 🙏😇