When I do a GET on a certain URI using the node.js \'request\' module;
var options = {uri:\"aURI\", headers:headerData}; request.get(options, function (error
It also happened to me
I use this code and it worked
require('events').EventEmitter.defaultMaxListeners = infinity;
Try it out. It may help
Thanks