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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: