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
When adding @logto/sveltekit to a project, it appears that the sub-dependency @silverhand/[email protected] is dependent on a node version that's not compatible with the latest
> pnpm add @logto/sveltekit
ERR_PNPM_UNSUPPORTED_ENGINE Unsupported environment (bad pnpm and/or Node.js version)
This error happened while installing the dependencies of @logto/[email protected]
at @logto/[email protected]
Your Node version is incompatible with "@silverhand/[email protected]".
Expected version: ^18.12.0 || ^20.9.0 || ^22.0.0
Got: v23.3.0
This is happening because the package's manifest has an engines.node field specified.To fix this issue, install the required Node version.
Expected behavior
It appears that silverhand organization is related to logto, so I would expect the dependencies to be updated so that logto can also work with the latest node release by default.
How to reproduce?
Use Node 23 for a sveltekit 2 and svelte 5 project
pnpm add @logto/sveltekit
Context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
When adding
@logto/sveltekit
to a project, it appears that the sub-dependency@silverhand/[email protected]
is dependent on a node version that's not compatible with the latestExpected behavior
It appears that silverhand organization is related to logto, so I would expect the dependencies to be updated so that logto can also work with the latest node release by default.
How to reproduce?
pnpm add @logto/sveltekit
Context
N/A
The text was updated successfully, but these errors were encountered: