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