gatsby-source-wagtail icon indicating copy to clipboard operation
gatsby-source-wagtail copied to clipboard

murmurhash is not a function

Open timmysmalls opened this issue 4 years ago • 2 comments

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 avatar May 15 '20 12:05 timmysmalls

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.

timmysmalls avatar May 15 '20 12:05 timmysmalls

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

tbrlpld avatar Jun 26 '20 23:06 tbrlpld