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

Cannot find module 'joi' after upgrade to 1.4.0 #81

Closed
Alwe opened this issue Dec 2, 2019 · 2 comments
Closed

Cannot find module 'joi' after upgrade to 1.4.0 #81

Alwe opened this issue Dec 2, 2019 · 2 comments

Comments

@Alwe
Copy link

Alwe commented Dec 2, 2019

I upgraded to 1.4.0 and get a "Cannot find module 'joi' after upgrade to 1.4.0" error when running fixtures.
When searching for the usage of the removed dependency joi I find it in typeorm-fixtures-cli/dist/schema/jFixturesSchema.js and .../dist/Loader
The typeorm-fixtures-cli/package.json has the correct version of 1.4.0 though with @hapi/joi in dependencies.

It seems like the npm package ships with an old version of the source code.

@RobinCK
Copy link
Owner

RobinCK commented Dec 2, 2019

please try v1.4.2

@Alwe
Copy link
Author

Alwe commented Dec 2, 2019

Works fine now.
Thanks a lot.

@Alwe Alwe closed this as completed Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants