how to fix module missing in Worker?
Hi, I'm creating a worker that has two import statements that are not resolved.
How can I solve that?
1 Reply
Cannot find module 'fast-xml-parser'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?
And the statement is this: import { XMLParser } from 'fast-xml-parser'