Gatsby develop command error
See original GitHub issueHi everyone,
I just created a new Gatsby project for a client.
I just ran these following commands
gatsby new mynewproject
cd mynewproject
gatsby develop
Until here, nothing wrong. But when i’m on localhost:8000 I have this error message :
TypeError: Cannot read property ‘jsonName’ of undefined
I tried several time to delete the folder and reinstall Gatsby but I can’t fix this issue.
fireshot capture 3 - - http___localhost_8000_
What can I do in order to solve this issue ??
Thank in advance for your help.
Have a great day.
Maral
Issue Analytics
- State:
- Created 6 years ago
- Comments:49 (24 by maintainers)
Top Results From Across the Web
Troubleshooting Common Errors - Gatsby
Running gatsby develop will recreate the cache and process all resources again. You may also want to refer to the dedicated guide on...
Read more >Gatsby develop command is producing an error - Stack Overflow
1. **Create a Gatsby site. ** Use the Gatsby CLI to create a new site, specifying the Barcadia starter. ```shell # create a...
Read more >Gatsby Develop Command Doesn't work in VSCode Terminal?
Hello, I have bought a new computer and I have a minor problem. Gatsby's develop command is working on CMD. But on the...
Read more >Gatsby Build Error - Render
Hi, it's a brief problem that render failed to build due to the npm install failure. It requires --legacy-peer-deps to install but I...
Read more >gatsby-cli - npm
The Gatsby command line interface (CLI) is the main tool you use to initialize, build and develop Gatsby sites.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ehmmm, yeah… I reported that one month ago didn‘t I?
@rdela It finally works, thanks a lot !!!