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.
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 homebrewbrew install node
, so I won't figure things out today.