Thanks a lot, just one thing I want to ask, when I am trying to deploy my Nodejs app then in `Filesystem Jar or WAR file` what should I select because When i deployed my app the I got Error
"Step #0: Checking for Node.js. > Step #0: node.js checker: No package.json file. Step #0: WARNING: Your > package.json does not specify a supported Node.js version. Please pin your > application to a major version of the Node.js runtime. To learn more, visit > https://cloud.google.com/appengine/docs/flexible/nodejs/runtime > Step #0: WARNING: Your package.json does not specify a supported Node.js > version. Please pin your application to a major version of the Node.js > runtime. To learn more, visit > https://cloud.google.com/appengine/docs/flexible/nodejs/runtime > > Step #0: Application detection failed: Error: node.js checker: Neither > "start" in the "scripts" section of "package.json" nor the "server.js" file > were found." On Friday, June 22, 2018 at 10:53:30 PM UTC+5:30, Kenworth (Google Cloud Platform) wrote: > > The tutorials you pointed out are for IntelliJ IDEA not for WebStorm. Here > is the thread showing the supported IDE's and features available (WebStorm > does not currently support deployment): > > https://cloud.google.com/tools/intellij/docs/ides > > To deploy a Node.js application > <https://cloud.google.com/appengine/docs/flexible/nodejs/quickstart>, you > can use the gcloud tool on the Google Cloud SDK. For example: > > gcloud app deploy > > > -- 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/473891ba-55bf-4da9-b86d-20c54eaaebe7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
