node.js - I keep getting "env: node: No such file or directory" running Grunt on Eclipse as an external tool under MacOS Yosemite -


eclipse (luna) launching grunt external build tool. however, eclipse console keeps showing "env: node: no such file or directory" message , grunt tasks not run.

i can run grunt on command line (outside eclipse) after moving project directory.

the node installer did place on /usr/local/bin/node apparently grunt expecting somewhere else.

suggestions?

if using homebrew try

brew unlink node 

then

 brew link node 

Comments

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -