Open lakshits11 opened 1 year ago
same for me
clear your terminal. Ctrl + C
This: npm install --force
will resolve your issue.
Steps I took:
clear your terminal. Ctrl + C This:
npm install --force
will resolve your issue.Steps I took:
- Deleted the cloned project as I have messed a lot of things up.
- Cloned it from github again
- Deleted the yarn.lock file
- Run npm install -g gatsby-cli
- npm install --force
- npm start I was then able to view v4 project in my browser on using http://localhost:8000/
this worked for me. thanks @Edamijueda
6. npm start
Helped! Thanks
When I did npm start, the process is stuck forever on building schema part and not going forward, help please.