grunt-groc icon indicating copy to clipboard operation
grunt-groc copied to clipboard

Recursive process nextTick deprecation

Open dannycochran opened this issue 10 years ago • 1 comments

Getting this error when running grunt groc:

(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.

I'm using node 0.10.22

dannycochran avatar May 17 '14 00:05 dannycochran

What does your Gruntfile look like?

Just ran groc on node 0.10.22 and didn't get this error:

$ grunt groc
Running "groc:javascript" (groc) task

Done, without errors.

jdcataldo avatar May 17 '14 11:05 jdcataldo