-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Adding 'gatsby-source-filesystem' to gatsby-config.js breaks build #8319
Comments
Could you post your complete |
Might this happen because you add the whole |
Are you able to install
|
@chriswingler seems to be a different situation?! Yesterday I installed 2.0.1 multiple times without any problems maybe a problem with npm, or perhaps yarn proxy/mirror? have you tried once? have you tried deleting node_modules then reinstalling everything? And anyways imho it seems more related to yarn/npm than gatsby |
thanks @CanRau will look into the yarn issues edit: ended up being that python2 wasn't installed - works now on my end, but different issue. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub issues, we have to clean some of the old issues as many of them have already been resolved with the latest updates. Please make sure to update to the latest Gatsby version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
This issue is being closed because there hasn't been any activity for at least 30 days. Feel free to open a new one if you still experience this problem 👍 |
Summary
When using basic gatsby starter kits, I am repeatedly encountering problems when trying to query markdown files.
I am following the basic tutorials on the gatsby site here:
https://www.gatsbyjs.org/tutorial/part-four/#your-first-graphql-query
As soon as I install the gatsby-source-filesystem plugin and add this:
To my gatsby-config.js..
Then the build no longer works and I get this error every time:
I have then removed all node_modules and reinstalled, but that still doesn't work.
Can anyone help with this most basic issue?
The text was updated successfully, but these errors were encountered: