How to debug a crash when building project #14211
-
I'm working on a cli vite spa. It works perfectly fine in dev mode. But anytime I try to build it, I get an out of memory error. No matter what size I set How can I track down what the problem is? Here is the command line input/output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
Turned out to be some type of dependency issue. I upgraded all dependencies and the problem went away. |
Beta Was this translation helpful? Give feedback.
Turned out to be some type of dependency issue. I upgraded all dependencies and the problem went away.