You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/dmitry/P/licensee-reporting/frontend/node_modules/license-checker-rseidelsohn/lib/index.js:732
this.writeOutput(args, resultJson);
^
TypeError: this.writeOutput is not a function
at /home/dmitry/P/licensee-reporting/frontend/node_modules/license-checker-rseidelsohn/lib/index.js:732:18
I added console.log(this) here and see that this is global that hasn't writeOutput.
Should it be exports.writeOutput(args, resultJson);?
The text was updated successfully, but these errors were encountered:
4.2.6 is okay, but there is an error in 4.2.7:
I added
console.log(this)
here and see thatthis
is global that hasn'twriteOutput
.Should it be
exports.writeOutput(args, resultJson);
?The text was updated successfully, but these errors were encountered: