My grunt task works fine, but every time I run it, I get this error:
Loading "jshint.js" tasks...ERROR >> Error: Cannot find module 'underscore'
Is there any way to find out why this is happening? I see that the /grunt-contrib-jshint is in the /node_modules . Is there a reason why it cannot find the underscore module? I tried to run npm install , but I still get the same error when I run grunt.
Any ideas? Any help is appreciated.
source share