I can't add a blog post, every deploy fail

I have the following problem

error #85909 GRAPHQL

11:52:04 AM: Field “image” must not have a selection since type “String” has no subfields

11:52:04 AM: File: src/templates/product-page.js:214:19

11:52:04 AM: See our docs page for more info on this error: How to File an Issue | Gatsby

11:52:05 AM: npm

11:52:05 AM: ERR! code ELIFECYCLE

11:52:05 AM: npm ERR!

11:52:05 AM: errno 1

11:52:05 AM: npm ERR!

11:52:05 AM: gatsby-starter-netlify-cms@1.1.3 build: npm run clean && gatsby build

11:52:05 AM: npm ERR! Exit status 1

11:52:05 AM: npm

11:52:05 AM: ERR!

11:52:05 AM: npm

11:52:05 AM: ERR! Failed at the gatsby-starter-netlify-cms@1.1.3 build script.

11:52:05 AM: npm

11:52:05 AM: ERR! This is probably not a problem with npm. There is likely additional logging output above.

11:52:05 AM: npm

11:52:05 AM: ERR! A complete log of this run can be found in:

11:52:05 AM: npm ERR! /opt/buildhome/.npm/_logs/2019-12-31T10_52_05_096Z-debug.log

11:52:05 AM: Function Dir: /opt/build/repo/lambda

11:52:05 AM: TempDir: /tmp/zisi-5e0b28275e922c0009232824

When i copy it to my local pc and trying run “npm run clean && gatsby build” i get this error:

sh: 1: gatsby: not found
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! gatsby-starter-netlify-cms@1.1.3 clean: gatsby clean
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the gatsby-starter-netlify-cms@1.1.3 clean script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?

npm ERR! A complete log of this run can be found in:
npm ERR! /home/jasa/.npm/_logs/2019-12-31T11_01_30_995Z-debug.log

Hi, @jasa2.

The first error looks similar to the following issues:

Do any of those help you?

The second error looks like this:

Did you run npm install after cloning the repository? Likewise, if this repo public and, if so, would you please post a link to it?