gatsby-source-graphql-universal
gatsby-source-graphql-universal copied to clipboard
Cannot find module './third-party/gatsby-node' in v3.4.0
The recent release, 3.4.0
is causing issues while installing/using gatsby-source-prismic-graphql
.
The issue has been reported here: https://github.com/birkir/gatsby-source-prismic-graphql/issues/217
The last commit caused the issue because third-party
folder is missing in the package definition.
This is only a high-level assessment, as I am new to node and gatsby. Please let me know if you need more information.
I confirm it's because the third-party
folder is missing in the files
section of package.json. I think it breaks for anyone trying to install/reinstall the plugin. cc @birkir
Any update regarding this issue?
Hello, any update regarding this issue?
+1
This is still causing issues, and now when you use universal 3.3.0, you get a different error loading(StaticQuery) - https://github.com/birkir/gatsby-source-prismic-graphql/issues/217#issuecomment-642023499
🤞 for a fix.
FYI there is a PR open, to fix this, here: https://github.com/birkir/gatsby-source-graphql-universal/pull/24
Hopefully @birkir can get this merged ASAP.
+1
+1
When do you have time to look at this? @birkir