How to solve "cannot be invoked without 'new'" thrown from an NPM module ?
Hello,
An NPM module (which I don't own) uses
How can I solve this ?
Thanks
An NPM module (which I don't own) uses
call on something, which throws a cannot be invoked without 'new' error.How can I solve this ?
Thanks
