Hello,
Is there a tutorial on how to use it in the browser with AngularJS?
window.myDebug = require("debug"); does not work for me since I do not use the npm package management in the browser, I use bower for that.
I managed to make it work fine in the nodejs backend.
Thank you!