daleharvey / jshint-mode

JSHint integrated into emacs
Other
93 stars 26 forks source link

nvm #18

Open andreineculau opened 11 years ago

andreineculau commented 11 years ago

jshint-mode doesn't play nice with nvm, since it won't find node. It should be fixable by adding defining jshint-mode-node as $NVM_BIN outside of jshint, but before I thought of it, I already used the fallback - install node via homebrew brew install node, so I won't figure things out today.