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

Missing dependency on @effect/schema #554

Closed
letharion opened this issue Sep 26, 2024 · 2 comments
Closed

Missing dependency on @effect/schema #554

letharion opened this issue Sep 26, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@letharion
Copy link

Describe the bug
After 081242f, and the migration to effect, I get this error on my builds:
Error: Cannot find module '@effect/schema/Schema'

yarn add -D @effect/schema resolves the issue.
I suggest this is added as a direct dependency, or possible just added to the READMEs installation instructions.

To Reproduce
Build without having schema installed.

Expected behavior
Working build.

Versions (please complete the following information):
081242f

@letharion letharion added the bug Something isn't working label Sep 26, 2024
@floydspace
Copy link
Owner

oh thanks for the issue, will fix it asap

@floydspace
Copy link
Owner

the fix is in v1.54.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants