Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install NodeJs IntelliJ CE plugin?

Im using OSX + IntelliJ which was install via brew cask.

I was unable to install the NodeJS plugin.

It is not listed in the Preferences | Plugins (not via install JetBrains plugins nor Browse repositories)

I've downloded it from here:

https://plugins.jetbrains.com/plugin/6098?pr=idea&

Extract it and got a NodeJS directory. I've move it to: /Applications/IntelliJ\ IDEA\ CE.app/Contents/plugins

But still it doesn't loaded...

Thanks.

like image 412
jezrael Avatar asked Dec 04 '22 00:12

jezrael


1 Answers

The Node.js plugin is not supported in the Community Edition. It is a feature available only in the Ultimate Edition (and WebStorm). See the IntelliJ IDEA Edition Comparison Matrix page for more info.

like image 105
Javaru Avatar answered Dec 11 '22 10:12

Javaru