Tuesday, October 6, 2015

Intellij IDEA node.js

Intellij IDEA is a decent IDE to use with node.js.

Just download the plugin from the makers of IDEA to use it.

To use 3rd party node.js libraries I have found these 2 ways:

  1. In the terminal use npm to install the library.
  2. Use the IDEA GUI and do:
  • File -> Settings -> Languages & Frameworks -> Node.js and NPM
  • Click the green + on the right side
  • Choose the library 'package'
  • Install Package

No comments:

Post a Comment