gatsby-source-wagtail
gatsby-source-wagtail copied to clipboard
murmurhash is not a function
When I try to install gatsby-source-wagtail
, even on a fresh Gatsby installation, it throws an exception: murmurhash is not a function
. It seems this is not the only gatsby source plugin that's dealing with this problem: https://github.com/birkir/gatsby-source-prismic-graphql/issues/203.
Steps to reproduce:
- Create a fresh Gatsby install. Just using the Gatsby default starter should do the trick.
- Install
gatsby-source-wagtail
. (I used Yarn for this). - Try to run your server.
So I think I fixed it. My server is running again. I'll create a PR and you can take a look at it :). It's the same fix applied hiere: https://github.com/birkir/gatsby-source-graphql-universal/pull/16.
This issue is already fixed on "master". See my comment on #14. The issues can be closed