I am working with a fairly complex existing software system that builds on MacOS. It is built using Maven. The build has worked correctly for me in the past and currently works for others on my team so this is pointing to something that I did locally to cause a failure. I recently had to reinstall npm, grunt and bower. Right now there is a clean install of all three on my machine. When it gets to the part that uses grunt notify I get a fatal error:
>> npm Fatal error: spawn /private/tmp/git-repo/lumify-data/lumify-public/web/war/src/main/webapp/node_modules/grunt-notify/lib/platforms../bin/Grunt.app/Contents/MacOS/Grunt ENOENT
Grunt-notify is installed and works when I run it from the command line. Could someone point me in the direction of where to even look? Is there a config file laying around someplace that I missed?