bchiang7 / v4

Fourth iteration of my personal website built with Gatsby
https://v4.brittanychiang.com/
MIT License
7.61k stars 3.79k forks source link

Taking forever to building schema #258

Open lakshits11 opened 1 year ago

lakshits11 commented 1 year ago

When I did npm start, the process is stuck forever on building schema part and not going forward, help please.

udhayakumarth commented 1 year ago

same for me

Edamijueda commented 1 year ago

clear your terminal. Ctrl + C This: npm install --force will resolve your issue.

Steps I took:

  1. Deleted the cloned project as I have messed a lot of things up.
  2. Cloned it from github again
  3. Deleted the yarn.lock file
  4. Run npm install -g gatsby-cli
  5. npm install --force
  6. npm start I was then able to view v4 project in my browser on using http://localhost:8000/
muhammadbadrul1234 commented 9 months ago

clear your terminal. Ctrl + C This: npm install --force will resolve your issue.

Steps I took:

  1. Deleted the cloned project as I have messed a lot of things up.
  2. Cloned it from github again
  3. Deleted the yarn.lock file
  4. Run npm install -g gatsby-cli
  5. npm install --force
  6. npm start I was then able to view v4 project in my browser on using http://localhost:8000/

this worked for me. thanks @Edamijueda

jaishana25 commented 9 months ago

6. npm start

Helped! Thanks