You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: