My grunt
task is running smoothly, yet I keep encountering the following error every time:
Loading "jshint.js" tasks...ERROR
>> Error: Cannot find module 'underscore'
Is there a way to determine the cause of this issue? The /grunt-contrib-jshint
directory is clearly present in the /node_modules
directory. Why is it unable to locate the underscore
module? I attempted to execute npm install
but the error persists when running grunt.
Any suggestions or insights are greatly appreciated.