I want to config WebStorm idle such that it can execute JS files just like Python idle which runs codes. There is already a predefined Node.js configuration which seems to work but in fact it doesn't. When I run JS files under the configuration, nothing is shown to the out put.
Here is how my situation seems :
Code running seems to work but nothing is shown. I'm running Windows 7 64-bit. What is the problem and how to fix it?
I want to config WebStorm idle such that it can execute JS files just like Python idle which runs codes. There is already a predefined Node.js configuration which seems to work but in fact it doesn't. When I run JS files under the configuration, nothing is shown to the out put.
Here is how my situation seems :
Code running seems to work but nothing is shown. I'm running Windows 7 64-bit. What is the problem and how to fix it?
Share Improve this question asked May 29, 2016 at 14:30 The_DiverThe_Diver 1,9254 gold badges20 silver badges19 bronze badges1 Answer
Reset to default 5https://nodejs/en/#download
dowload node Interpreter. Click right button on your code field, choose Run 'gg.js', in field Node Interpreter enter path to node.exe file, the press Ok
More info: https://www.jetbrains./help/webstorm/2016.1/run-debug-configuration-node-js.html