thriveweb / yellowcake

A starter project for creating lightning-fast websites with Gatsby v2 and Netlify-CMS v2 + Uploadcare intergration.
https://yellowcake.netlify.com
MIT License
312 stars 136 forks source link

error dependencies. error in developing . #89

Open juuni26 opened 3 years ago

juuni26 commented 3 years ago

i tried download zip, clone, cli gatsby new with this repo link .

whenever i tried to gatsby develop, its all throw error like this . gladly use this starter really like it simplicity. any help ?

image

shauryat commented 3 years ago

run yarn OR npm install then run yarn start OR npm run start

you can see in the package.json the start script already has gatsby develop and npm run clean, these commands are necessary to run the website in development. Also make sure your node version is 14 or above

juuni26 commented 3 years ago

run yarn OR npm install then run yarn start OR npm run start

you can see in the package.json the start script already has gatsby develop and npm run clean, these commands are necessary to run the website in development. Also make sure your node version is 14 or above

it's already do. i think its not the case.