Skip to content

Instantly share code, notes, and snippets.

@conatus
Last active December 18, 2015 02:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conatus/5713243 to your computer and use it in GitHub Desktop.
Save conatus/5713243 to your computer and use it in GitHub Desktop.
Setting up Intellij Idea when you are using NVM and Boxen.

Intellij With Node (while using NVM/Boxen)

  1. Install Node related plugins for Intellij.
  2. Setup a new configuration.
  3. Path to Node is /opt/boxen/bin/node.
  4. Ensure .nvm-version is set to the appropriate version.
  5. Set a new environment variable BOXEN_NVM_DIR to /opt/boxen/nvm
  6. Setup rest as required.
  7. You're done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment