Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taking forever to building schema #258

Open
lakshits11 opened this issue Apr 20, 2023 · 4 comments
Open

Taking forever to building schema #258

lakshits11 opened this issue Apr 20, 2023 · 4 comments

Comments

@lakshits11
Copy link

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

@udhayakumarth
Copy link

same for me

@Edamijueda
Copy link

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
Copy link

muhammadbadrul1234 commented Feb 16, 2024

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
Copy link

6. npm start

Helped! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants