The error message points to lacking configuration of the node.js version in 
the package.json file. You need to set value for your node.js version with 
an entry similar to: 

{
  "engines": {
    "node": "9.x"
  }
}

You may gather more detail from the "Node.js version" sub-chapter 
<https://cloud.google.com/appengine/docs/flexible/nodejs/runtime#nodejs_version>
 of 
the "The Node.js Runtime" documentation page. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d9713092-4dd5-42fd-9067-2052a1b51e5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to