StanzaJS Discussion - 2021-05-18


  1. Bart Hi I'm trying to use Stanza, but I'm getting: No matching export in "browser-external:events" for import "EventEmitter"
  2. Bart I'm getting the idea that Stanza is not really intended to be used in a browser?
  3. Alex Yes, works perfect in the browser
  4. Bart @Alex Really? Do you know my error?
  5. Bart I fixed it by installing a polyfill for node.js' EventEmitter
  6. Bart but then I got another error that global is not defined