Uncaught ReferenceError: __base is not defined in nodejs debugger
I am in need to use a debugger for my project in nodejs. The code I wrote works fine when executed normally. But, when I turn on the debugger on VSCode, the debugger just exits stating that the __base was not defined.