Closed Michael-Brooks closed 4 years ago
@Michael-Brooks pretty sure this is due your project using an old Node version. Try adding an .nvmrc
file or setting the env variable NODE_VERSION
.
Haha thank you, I always thought it automatically updated itself which wouldn't really make sense for a lot of people. I've deployed now.
I have run
gridsome build
andgridsome develop
locally and the search is working fine for me. However, when I go to deploy my site, I get the error "TypeError: Object.fromEntries is not a function" in my Netlify console.Here's a link to my website's configuration https://github.com/Michael-Brooks/michaelbrooks.co.uk/blob/master/gridsome.config.js
And here's more info to the error from the Netlify console.
I would be grateful for any help.