I've installed the grunt-contrib-nodeunit task but getting the following issue when trying to run it using node 0.12.2:
Loading "nodeunit.js" tasks...ERROR
>> Error: No such module: evals
Warning: Task "nodeunit" not found. Use --force to continue.
Aborted due to warnings.
Upgrading the nodeunit installed by the grunt-contrib-nodeunit task to 0.9.1 fixes the issue above.
I've installed the
grunt-contrib-nodeunit
task but getting the following issue when trying to run it usingnode 0.12.2
:Upgrading the
nodeunit
installed by thegrunt-contrib-nodeunit
task to 0.9.1 fixes the issue above.More info in the following nodeunit issue