Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NodeJS plugin in IntelliJ Community Edition does not work

Tags:

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).

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

like image 237
Andreas Selenwall Avatar asked Nov 29 '12 12:11

Andreas Selenwall


2 Answers

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

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

like image 120
CrazyCoder Avatar answered Sep 19 '22 01:09

CrazyCoder


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

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

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

like image 42
Tony Thian Avatar answered Sep 21 '22 01:09

Tony Thian