Updating node modules

hey there,

i’m unable to load the deploy log you linked at the top of this thread, but looking at this deploy log:

I think that the issue might be that some of your dependencies are out of date.

see the explanation i gave here as to why it might make a difference to include your package lock in your deploy:

Another thing you might try, as the issue seems to be coming from the gatsby node package:

1:46:50 AM: success createSchemaCustomization - 0.005s
1:46:51 AM: error TypeError: Cannot set property 'id' of undefined
1:46:51 AM:     at resolvePlace (/opt/build/repo/node_modules/gatsby-source-google-places/gatsby-node.js:13:12)
1:46:51 AM:     at process._tickCallback (internal/process/next_tick.js:68:7)
1:46:51 AM: not finished source and transform nodes - 0.193s

is to ask in the gatsby community

to see if they have any answers for you.

You might also check your package.json to see if you are actually using the most recent versions?