Replies: 1 comment
-
|
this worked Claude solved it Root Cause Analysis The conflict is between
These two versions are incompatible, causing: Fix Add {
"overrides": {
"@sinclair/typebox": "^0.34.0"
}
}Then: rm -rf node_modules bun.lock && bun installWhy it works
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Should
@elysiajs/openapiexplicitly depend on@sinclair/typebox@0.25.24(or a compatible range) to avoid this issue with Bun dependency resolution?Issue
I encountered a runtime error when installing Elysia with Bun. It appears to be related to a
@sinclair/typeboxpeer dependency mismatch.Environment
1.3.7v20.19.41.4.271.4.14Installation
package.jsonFresh install:
install output in terminal
Bun shows a peer dependency warning:
warn: incorrect peer dependency "@sinclair/typebox@0.25.24"Running dev server
Output:
Thank you in advance for the help.
Beta Was this translation helpful? Give feedback.
All reactions