Skip to content

NodeJS error during initial startup on Debian #10

@jasalt

Description

@jasalt

Encountered following error message when first time running pnpm run dev after following the Debian 12 example install commands.

After this it starts successfully with pnpm run dev however. Saving here for now as a known issue / note.

╭─user@mx-t480s ~/dev/lore ‹main●›
╰─$ pnpm run dev

> lore@0.1.0 dev /home/user/dev/lore
> strapi develop

⠋ Building build context
⠙ Building build context[INFO] Including the following ENV variables as part of the JS bundle:
- ADMIN_PATH
- STRAPI_ADMIN_BACKEND_URL
- STRAPI_TELEMETRY_DISABLED
✔ Building build context (241ms)
✔ Creating admin (15490ms)
⠋ Loading Strapi
╭──────────────────────────────────────────────────────────────────────────────╮
│                                                                              │
│             A new version of Strapi is available 4.15.5 → 4.16.2             │
│   Check out the new releases at: https://github.com/strapi/strapi/releases   │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯

⠦ Loading Strapi[2023-12-25 19:37:37.315] warn: Users-permissions registration has defaulted to accepting the followingadditional user fields during registration: matrixId,paymentReference,avatar,memberships
✔ Loading Strapi (3929ms)
⠋ Generating typesnode:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^

Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions