Open iam4tunate opened 9 months ago
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)
![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 (https://github.com/Leonidas-from-XIV/node-xml2js/issues/88#issuecomment-1836659197)
xml2js
npm i events
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)