Hello,
I ran into a probleme whom I an't find any solutions for now.
What I've done so far is initialized a new Parser but I'm getting this annoying error : this.removeAllListener is not a function
Look into my code this is what I did so far (Using Nuxt 3.7.4 and Vue 3.3.4) :
import Parser from 'rss-parser'
let rssParser = new Parser()
Do you have any ideas ?