Skip to content

Assertion failed: len < MAX_ENV_VAR_LENGTH #23

@pimlie

Description

@pimlie

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), if you exceed that limit libuv will throw an error.

Possible fixes:

  • zip the env
  • use disk
This question is available on Nuxt community (#c13)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions