ericmatthys/grunt-changelog

Node warning and RangeError

Closed this issue · 3 comments

Hi,
I installed this module as described to my package.json: "grunt-changelog": "^0.3.0",

Usage in Gruntfile.js:

    changelog: {
      sample: {
        options: {
        }
      }
    }

A run produces this console output:

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

util.js:35
  var str = String(f).replace(formatRegExp, function(x) {
                      ^
RangeError: Maximum call stack size exceeded

Does anyone has an idea what could be the problem here and how to solve it?

This one seems to come from nodeunit the dev dependency for our unit tests:

Screenshot

Please check if there is already an open issue over there. Otherwise you should create an issue naming the nodejs version you’re are using.

Ok, thanks for your quick reply.

@hstitz-jku Your welcome :octocat: