algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

TypeError: Object.fromEntries is not a function #106

Closed bzmillerboy closed 3 years ago

bzmillerboy commented 3 years ago

I just updated to v16 and I'm getting the following error during my build step.

Screen Shot 2020-11-07 at 8 58 29 PM
  TypeError: Object.fromEntries is not a function

  - gatsby-node.js:405 getObjectsMapByQuery
    [web]/[gatsby-plugin-algolia]/gatsby-node.js:405:17

  - next_tick.js:68 process._tickCallback
    internal/process/next_tick.js:68:7

Gatsby v2.24.91 algoliasearch v4.6.0

Haroenv commented 3 years ago

you should use node 12+ or add a polyfill for it