Closed estahn closed 7 years ago
I realize this was probably an unfortunate pick of names, but how did the clash happen? Both would have be set to the same object in the same module. Did this happen to you?
quick work around would be:
var lfUtil = require("lambda-formation").util;
var nodeUtil = require("util");
// or
var util = require("util");
@kmcgrath I did change the assignment like you suggested.
var util = require('lambda-formation').util;
https://nodejs.org/api/util.html