v4 icon indicating copy to clipboard operation
v4 copied to clipboard

Taking forever to building schema

Open lakshits11 opened this issue 1 year ago • 4 comments

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

lakshits11 avatar Apr 20 '23 03:04 lakshits11

same for me

udhayakumarth avatar Oct 29 '23 12:10 udhayakumarth

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/

Edamijueda avatar Nov 07 '23 12:11 Edamijueda

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

muhammadbadrul1234 avatar Feb 16 '24 17:02 muhammadbadrul1234

6. npm start

Helped! Thanks

jaishana25 avatar Feb 28 '24 12:02 jaishana25