I found one silly issue in app.yaml this was my app.yaml file before which is crashing gcloud runtime:nodejs env:flex
This is correction I did which fix the issue runtime: nodejs env: flex just add little space. On Friday, July 20, 2018 at 11:14:32 PM UTC+5:30, Amit Shakya wrote: > > I have Nodejs app running on GCP I made few changes and update pull git > branch code, It is running fine on port 8080 on gcp, but after doing > gcloud app deploy it throws me an error, > ERROR: gcloud crashed (TypeError): expected string or buffer , and there > I found package-lock.json file, I read on docs > <https://cloud.google.com/appengine/docs/flexible/nodejs/runtime> it may > be an issue, it can cause gcloud development failed, so that I delete > package-lock.json but still not working > > here my app.yaml > runtime:nodejs > env:flex > > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/6733ffd0-1b35-4534-9322-d062ff706215%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
