rbren/rss-parser

Uncaught TypeError: this.removeAllListeners is not a function

iam4tunate opened this issue · 2 comments

getting "this.removeAllListeners is not a function" error anytime i run my program. below is an image of my code. i'm using Reactjs.
![code](https://github.com/rbren/rss-parser/assets/58645821/32c51e63-36ab-46da-a83b-00e99e66d846)

Any solution?

This is an issue caused by the xml2js library. Run the command npm i events (Leonidas-from-XIV/node-xml2js#88 (comment))