nuxt-generate-cluster icon indicating copy to clipboard operation
nuxt-generate-cluster copied to clipboard

Multi-threaded generator command for nuxt.js

Results 8 nuxt-generate-cluster issues
Sort by recently updated
recently updated
newest added

Hello, We are having a big issue with the package. We are trying to update our project to the latest Nuxt version (2.15.8) using Nuxt-generate-cluster to speed up the generation...

Trying to fix this : https://github.com/nuxt-community/nuxt-generate-cluster/issues/34

Please add esm package as a devDependency, otherwise nuxt-generate-cluster is not working with Nuxt 2.15.2.

I am getting the following error message in my Lambda logs { "type": "system", "errno": "EMFILE", "code": "EMFILE", "erroredSysCall": "connect" } Looking at everything from a bunch of different angles,...

I have a lot of links like `/api/content/[content_id].[content_type]` (images and pdfs in my case) which fetch binary files from the API. Currently this content is served dynamically along with generated...

Everything from help to the README instructions in the repo are outputting "Unknow resource" ``` ╰─ ./node_modules/.bin/nuxt-generate --help Unknow resource ``` This question is available on Nuxt community (#c16)

cmty:question

The master sends the nuxt.config through an env var to the worker. On windows there appears to be a limit of passing env vars of 32KB (possibly since node v12.10),...

cmty:bug-report

Would it be possible to port this to Nuxt 3?