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 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/65e06a59-86ae-4012-8dda-adf45e67c27f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to