Random ModuleNotFound error #4179
Answered
by
rubenfiszel
joshuaavalon
asked this question in
Questions
-
I am self hosting Windmill When I updated and deployed a TypeScript (Bun) script, I often get the following error.
I cannot found a way to always reproduce it but I found adding |
Beta Was this translation helpful? Give feedback.
Answered by
rubenfiszel
Aug 5, 2024
Replies: 1 comment
-
Hi, We pre-bundle the scripts at deploy time (unless //nobundling). Your issue should be reproducible locally using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshuaavalon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
We pre-bundle the scripts at deploy time (unless //nobundling). Your issue should be reproducible locally using
bun build <x>
and thenbun run
on the output. You may want to raise an issue directly on the bun github project.