Devin Schumacher
Devin Schumacher
we wrote a custom util/module whatever you call it for spliting sitemaps. happy to share what we came up with you want it!
Right on! sounds good to me... What thought i had was that as your docs say the `.md` and `.mdx` are supported, if there's flexibility on the `.mdx` side to...
> I suggest to open issues about `@nuxt/image` inside `nuxt/image` repository: https://github.com/nuxt/image. Also, please provide a reproduction when opening a bug report. > > > [Why Reproductions are Required](https://antfu.me/posts/why-reproductions-are-required) 1...
> Can you please share a screenshot of the errors you are seeing? I'm not able to reproduce any build errors on a fresh setup. > Maybe, also trying running...
> perhaps you could share a screenshot of any part of the logs where it explicitly says "Error". theres a bunch that get buried but ill share what i can...
> Looks like your operating system is preventing you from opening too many files. You could look into changing that limit using `ulimit`. > > But before that, can you...
@netroy i can get it to load with `pnpm start` but not `pnpm dev` i got passed all the errors but the browser doesnt load ``` .. @n8n/n8n-extension-insights:dev: @n8n/n8n-extension-insights:dev: VITE...
@netroy okay.......... i think i figured it out... i have to run `nvm use 22` everytime before pnpm dev
> I also encountered the same problem,node V22 ,An error was reported when I ran "pnpm install",I saw that you also encountered the same problem. How did you solve it?Looking...