-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Cannot find module 'fp-ts/lib/Either' #9113
Comments
Are you using |
Thanks for the quick response @dcousens - not specifically, seem to be dependencies within Keystone: npm ls io-ts
api@1.0.0
└─┬ @keystone-6/fields-document@8.0.2
├─┬ io-ts-excess@1.0.1
│ └── io-ts@2.2.21 deduped
└── io-ts@2.2.21
npm ls fp-ts
api@1.0.0
├─┬ @keystone-6/core@5.8.0
│ ├─┬ @prisma/internals@4.16.2
│ │ └── fp-ts@2.16.0
│ └─┬ @prisma/migrate@4.16.2
│ └── fp-ts@2.16.0 deduped
└─┬ @keystone-6/fields-document@8.0.2
├─┬ io-ts-excess@1.0.1
│ └── fp-ts@2.16.0 deduped
└─┬ io-ts@2.2.21
└── fp-ts@2.16.0 deduped |
I am facing similar issue. @ttbarnes Found any solutions? |
Unfortunately not 😢 |
Further to @ttbarnes, previous release of
Looking forward to a fix. |
I think potentially we need to add |
I couldn't replicate the error, but I've added in #9261 and verified that it now shows as a dep by running |
Fixed in #9263 |
Amazing thank you @dcousens 🎉 |
Hiya, i've bumped the following packages to the latest versions, with node version
21.6.2
, NPM version10.2.4
:When running
npm run dev
, which has the following:I get the following error, Keystone cannot start:
Seems to be an issue relating to
io-ts
.How can this be resolved please?
The text was updated successfully, but these errors were encountered: