rss-parser icon indicating copy to clipboard operation
rss-parser copied to clipboard

Uncaught TypeError: this.removeAllListeners is not a function

Open iam4tunate opened this issue 1 year ago • 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)

iam4tunate avatar Jan 27 '24 20:01 iam4tunate

Any solution?

djyde avatar May 09 '24 03:05 djyde

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)

cerqiest avatar Jun 02 '24 18:06 cerqiest