gobeam / truthy

Open source headless CMS API written using NestJS, that has pre built modules like User Management, Role Management, Permission Management, Email Module, Account Settings, OTP, Throttling, RBAC support, Localization, and many more.
MIT License
498 stars 89 forks source link

seed doesn't working #12

Closed maisnamraju closed 2 years ago

maisnamraju commented 2 years ago

Describe the bug I get the following error when running npm run seed

✖ Could not import seeders! Error: Cannot find module 'src/config/email-template-data' Require stack:

To Reproduce Steps to reproduce the behavior: 1) setup docker-compose up 2) run npm run migrate inside the container (also tried using docker exec) 3) npm run seed

gobeam commented 2 years ago

It is fixed now @maisnamraju