IntelliJ 社区版中的 NodeJS 插件不起作用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13625565/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-02 16:44:14  来源:igfitidea点击:

NodeJS plugin in IntelliJ Community Edition does not work

node.jsintellij-idea

提问by Andreas Selenwall

I have tried to use the NodeJS plugin in IntelliJ IDEA CE but can't get it to work. After the plugin have been installed and the IDE restarts, it says that it can't find Javascript plugin which is said to be required by NodeJS (though it doesn't say so in the documentation).

我曾尝试在 IntelliJ IDEA CE 中使用 NodeJS 插件,但无法使其正常工作。安装插件并重新启动 IDE 后,它说找不到 NodeJS 所需的 Javascript 插件(尽管文档中没有这么说)。

Does NodeJS plugin only work in the licensed edition of IntelliJ IDEA?

NodeJS 插件只能在 IntelliJ IDEA 的授权版本中使用吗?

回答by CrazyCoder

NodeJS plug-inrequires IntelliJ IDEA Ultimate as it depends on JavaScript plug-in available only in the commercial edition.

NodeJS 插件需要 IntelliJ IDEA Ultimate,因为它依赖于仅在商业版中可用的 JavaScript 插件。

It also works in WebStorm, PhpStorm, RubyMine and PyCharm products.

它也适用于 WebStorm、PhpStorm、RubyMine 和 PyCharm 产品。

回答by Tony Thian

Node.js is listed in the frameworks that are supported only in Ultimate version.

Node.js 列在只有 Ultimate 版本支持的框架中。

This list is provided in Intellij's features (comparing Ultimate vs Community editions):

此列表在 Intellij 的功能中提供(比较 Ultimate 与 Community 版本):

https://www.jetbrains.com/idea/features/editions_comparison_matrix.html

https://www.jetbrains.com/idea/features/editions_comparison_matrix.html