Re: [google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-28 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Happy to hear that! On Monday, January 21, 2019 at 8:43:34 PM UTC-5, Dos Branding wrote: > > It worked. > > I added a .gcloudignore file and in the file added > !node_modules. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-21 Thread Dos Branding
It worked. I added a .gcloudignore file and in the file added !node_modules. -- 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] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-21 Thread 'Tiago (Google Cloud Platform Support)' via Google App Engine
Hi, When using the flex environment, by default, the `node_modules` folder is added to your (hidden) .gcloudignore file and is not uploaded

[google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-17 Thread Dos Branding
Hi George, please review the results I posted below and let me know the error I am facing. -- 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] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-14 Thread Dos Branding
After running gcloud app deploy --verbosity=debug this is what I got. Result: { "response": { "betaSettings": { "has_docker_image": "true", "module_yaml_path": "app.yaml", "no_appserver_affinity": "true", "use_deployment_manager": "true"

[google-appengine] Re: How do I deploy Node_Modules on Google App Engine Flexible

2019-01-11 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Dos, How did you deploy your app? What commands did you run? As a first step, you may consider running 'gcloud components update', and then try deploying again. If you run gcloud app deploy, what directory were you in? If you deploy again with gcloud app deploy --verbosity=debug, what