-
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
[gatsby-source-filesystem] pluging breaks building schema step #20718
Comments
My best guess would be that you have two versions of the I am happy to help to debug this but it is rather hard without at least some reproduction. |
Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 30 days of inactivity. It’s been at least 20 days since the last update here. Thanks for being a part of the Gatsby community! 💪💜 |
Hey again! It’s been 30 days since anything happened on this issue, so our friendly neighborhood robot (that’s me!) is going to close it. Thanks again for being part of the Gatsby community! 💪💜 |
you can remove the node_modules dir, and re run npm install/ yarn install. and the problem will be solved |
Have you installed?: npm install --save gatsby-source-filesystem I've just recently encountered this issue and it turned out that I forgot to install the plugin first. |
@RichardStark tried multiple times, did not help |
@jepek Have you fixed this issue? I am facing the same problem at the moment. |
@orifmilod Only by a workaround - keeping the project out of workspaces. Do you use yarn workspaces as well? |
I am also facing the same issue. No luck with the above solutions. |
@jepek No, I use npm. I had problems with conflicts with AWS-appsync. which was then fixed by just uninstalling the package and reinstalling it, maybe there was a bug in the older version, not sure tho. |
I delete the |
I have the same problem. My setup is: EDIT: I just published my theme to npm and the problem disappeared. It has to be something with the |
Did anyone figure this out? I'm getting this when I try to use the theme locally with |
This was fixed for me by updating to latest |
Was able to solve it using https://github.com/hugomrdias/connect-deps/ instead of |
Description
After adding
gatsby-source-filesystem
:to the
gatsby-config.js
Gatsbydevelop
&build
break. Error:Steps to reproduce
I can't reproduce it on a clean repository. It happens only in a workspace which is a part of a bigger monorepo. I would like to debug what causes the problem.
Expected result
Adding
gatsby-source-filesystem
shouldn't breakbuilding schema
stepActual result
building schema
step ends with an error:Environment
Languages:
Python: 2.7.17 - /usr/local/bin/python
Browsers:
Chrome: 79.0.3945.117
Safari: 13.0.4
npmPackages:
gatsby: ^2.18.12 => 2.18.17
npmGlobalPackages:
gatsby: 2.18.17
gatsby-config.js
gatsby-node.js
gatsby-browser.js
The text was updated successfully, but these errors were encountered: