I have already specified that in my package.json file

"engines": {
  "node": ">=4.3.2"
}


On Sunday, June 24, 2018 at 4:08:02 AM UTC+5:30, George (Cloud Platform 
Support) wrote:
>
> 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/3bd109e6-52f3-4b1e-8b0c-f0f58f7cc9d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to