You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: birkir/gatsby-source-prismic-graphql#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.
The text was updated successfully, but these errors were encountered:
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: birkir/gatsby-source-graphql-universal#16.
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: birkir/gatsby-source-prismic-graphql#203.Steps to reproduce:
gatsby-source-wagtail
. (I used Yarn for this).The text was updated successfully, but these errors were encountered: