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?
2 Replies
gadolf_
gadolf_OP2mo ago
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'
ReveredInsan
ReveredInsan5w ago
did you manage to figure out how to npm install on email cloudworkers?

Did you find this page helpful?