Continuing the discussion from The application fails to seed the database:
so when i try the yarn seed:dev or seed:prod it get an exit error lerna ERR! yarn seed excited 1 in @opencrvs/data-seeder. error Command failed with exit code 1.
Continuing the discussion from The application fails to seed the database:
so when i try the yarn seed:dev or seed:prod it get an exit error lerna ERR! yarn seed excited 1 in @opencrvs/data-seeder. error Command failed with exit code 1.
Hi @BrianZiMBE , for technical questions, I recommend you to start a conversation in GitHub or create an issue.
Which version are you running, and could you screenshot or copy-paste the full error message you are receiving, to help us debug the issue? Thank you
Hi, you could run yarn db:clear:all
to clear the database, and try seeding again with yarn seed:dev