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.
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.