[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-28 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Thank you for trying to switch to a supported IDE. However, this is beyond the scope of this thread and should be posted to StackOverflow which we also monitor. When you do, make sure you add ' intellij-idea ' and/or ' google-cloud

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-28 Thread Sudhanshu Gaur
Are you there ? On Wednesday, June 27, 2018 at 12:41:17 AM UTC+5:30, Sudhanshu Gaur wrote: > > Now I am trying in Intellij-Community, tell me why I am facing the issue ?? > > On Tuesday, June 26, 2018 at 7:45:46 PM UTC+5:30, Kenworth (Google Cloud > Platform) wrote: >> >> I apologize for not bein

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-26 Thread Sudhanshu Gaur
Now I am trying in Intellij-Community, tell me why I am facing the issue ?? On Tuesday, June 26, 2018 at 7:45:46 PM UTC+5:30, Kenworth (Google Cloud Platform) wrote: > > I apologize for not being more clearer previously. Deploying GAE Flex app > is not currently supported >

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-26 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I apologize for not being more clearer previously. Deploying GAE Flex app is not currently supported on IDEs other than IntelliJ IDEA - Ultimate and Community. Webstorm is not currently supported. We also do not have visibility towards the men

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-25 Thread Sudhanshu Gaur
I am still waiting ?? On Sunday, June 24, 2018 at 11:44:29 PM UTC+5:30, George (Cloud Platform Support) wrote: > > The Node.js runtime now defaults to the latest Node.js v8 LTS release > . > > What happens i

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread Sudhanshu Gaur
Just tell me one thing, where I am specifying the path of package.json file in IntellIJ ?? If I am specifying path of package.json in *deployment archieve *then as *deployment* asks for *File System JAR/WAR FIle*, then how can it take path of package.json from there because as my NodeJs app doe

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread Sudhanshu Gaur
I am now not setting "engine" parameter but still getting same error. Please help me to resolve this issue. On Sunday, June 24, 2018 at 11:44:29 PM UTC+5:30, George (Cloud Platform Support) wrote: > > The Node.js runtime now defaults to the latest Node.js v8 LTS release >

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread 'George (Cloud Platform Support)' via Google App Engine
The Node.js runtime now defaults to the latest Node.js v8 LTS release . What happens if you simply specify this version? Alternatively, it may be worth trying to specify >=4.x, if you want to get the current

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-24 Thread Sudhanshu Gaur
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

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-23 Thread 'George (Cloud Platform Support)' via Google App Engine
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

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-23 Thread Sudhanshu Gaur
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

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-22 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The tutorials you pointed out are for IntelliJ IDEA not for WebStorm. Here is the thread showing the supported IDE's and features available: https://cloud.google.com/tools/intellij/docs/ides As an alternative (and recommended) way of deploying your App Engine application is by using Maven. For