Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

murmurhash is not a function #13

Open
timmysmalls opened this issue May 15, 2020 · 2 comments
Open

murmurhash is not a function #13

timmysmalls opened this issue May 15, 2020 · 2 comments

Comments

@timmysmalls
Copy link

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:

  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
Copy link
Author

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.

@tbrlpld
Copy link
Contributor

tbrlpld commented Jun 26, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants