最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to config WebStorm to run JS files? - Stack Overflow

programmeradmin5浏览0评论

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 badges
Add a ment  | 

1 Answer 1

Reset to default 5

https://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

发布评论

评论列表(0)

  1. 暂无评论