Hi,
I’m trying to import jsdom so I can parse some xml data ( import jsdom from ‘jsdom’ . 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…