Skip to content

Instantly share code, notes, and snippets.

@jkot
Created January 6, 2015 16:39
Show Gist options
  • Save jkot/8ca24f814e72e88dc51f to your computer and use it in GitHub Desktop.
Save jkot/8ca24f814e72e88dc51f to your computer and use it in GitHub Desktop.
IntelliJ IDEA and Node.js, nvm, grunt, bower

Node.js installed via nvm: follow directions at https://github.com/creationix/nvm, then nvm install 0.10

Install grunt and bower globally npm install -g grunt-cli bower

Node, grunt, bower, npm executables are then in e.g. ~/.nvm/v0.10.35/bin

In IDEA go to Settings -> Languages & Frameworks -> Node.js and NPM and set "Node interpreter" to e.g. /home/jakub/.nvm/v0.10.35/bin/node

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment