RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

[Bug] Limit faker version #224

Closed ronskyi closed 7 months ago

ronskyi commented 7 months ago

Faker.js version 8 does not have a "fake" function but "@faker-js/faker": ">=7.4.0", add a laters (8.2 in my case)

ronskyi commented 7 months ago

sorry, my bad... trying to find why faker is not working, fake was deprecated, so I thought there's not in v8