intellij Idea keeps on installing type packages

Viewed 336

I am using Intellij Idea 2019.2 and whenever i am opening any node or React project my IntelliJ idea keeps on installing the type packages thus slows down other processes like editing code etc. While for Java project it runs very smooth. I want to disable this auto installing feature of type packages but not getting any idea how to do it.Installing type packages process in status bar of Intellij

1 Answers

Actually, from that screenshot it looks like you have the Codota plugin installed - that green icon at the bottom right of the screen. It looks like Codota tries to load type packages from NPM for packages listed in your project (I'm guessing). I have the same issue where it can't find one of these packages for whatever reason and it continually tries and fails.

Related