Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS error during initial startup on Debian #10

Open
jasalt opened this issue Dec 25, 2023 · 0 comments
Open

NodeJS error during initial startup on Debian #10

jasalt opened this issue Dec 25, 2023 · 0 comments

Comments

@jasalt
Copy link
Member

jasalt commented Dec 25, 2023

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

> [email protected] 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant