gruntjs / grunt-contrib-nodeunit

Run Nodeunit unit tests.
http://gruntjs.com/
MIT License
70 stars 27 forks source link

Upgrade nodeunit dependency to ^0.9.1 to fix task running on node 0.12.X #38

Closed Xevi closed 9 years ago

Xevi commented 9 years ago

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.

More info in the following nodeunit issue

sindresorhus commented 9 years ago

You will get it automatically by reinstalling this task.

https://nodesource.com/blog/semver-tilde-and-caret

Xevi commented 9 years ago

Ok thanks mil :)