GrappleGQL / gatsby-source-wagtail

Plugin for sourcing Gatsby data from Wagtail CMS
17 stars 12 forks source link

murmurhash is not a function #13

Open timmysmalls opened 4 years ago

timmysmalls commented 4 years ago

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:

  1. Create a fresh Gatsby install. Just using the Gatsby default starter should do the trick.
  2. Install gatsby-source-wagtail. (I used Yarn for this).
  3. Try to run your server.
timmysmalls commented 4 years ago

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.

tbrlpld commented 4 years ago

This issue is already fixed on "master". See my comment on #14. The issues can be closed