I work with a rather complicated existing software system that is based on MacOS. It is built using Maven. In the past, the assembly worked correctly and currently works for others on my team, so this indicates what I did locally to cause the crash. I recently had to reinstall npm, grunt and bower. Right now there is a clean installation 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 installs and works when I run it from the command line. Can someone point me to the side where to even look? Is there a configuration file lying somewhere that I missed?
source
share