rss-parser
rss-parser copied to clipboard
Uncaught TypeError: this.removeAllListeners is not a function
getting "this.removeAllListeners is not a function" error anytime i run my program. below is an image of my code. i'm using Reactjs.

Any solution?
This is an issue caused by the xml2js library. Run the command npm i events (https://github.com/Leonidas-from-XIV/node-xml2js/issues/88#issuecomment-1836659197)