Static GitHub Issues

[2818] [error] Command failed with exit code 3221225725.

prev: “is not defined” in Nuxt.js
next: How does the Static directory work with CDN?

Hi everyone. I've ran to very weird issue... I'm using semantic-ui-vue in my nuxt project, and maybe it is a issue of that package, but maybe not, because it's occurs while ssr. When my code is rendered on server-side, depends on the amount of the items in array that i pass to sui-dropdown component, i get an error Command failed with exit code 3221225725 When there is only 148 items in array - all ok, but when 149 or more(in some cases can need more) - get error. I don't have any ideas how it can be possible. If wrap sui-dropdown with <no-ssr> tag - all ok.. Here is the repo to reproduce it

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2447">#c2447</a>)</em></sub></div>