Cannot find module './streams' in 'iconv-lite'

Hi,
I’m trying to import jsdom so I can parse some xml data ( import jsdom from ‘jsdom’ :wink: . However I got this error “Cannot find module ‘./streams’ in ‘iconv-lite’” once I have the import statement in my script… Any idea on how to solve this?

I’ve tried the import statement in this post: https://www.wix.com/corvid/forum/community-discussion/jsdom-npm-package-broken

Many thanks…

This is an issue with jsdom and you should refer to their support pages.