I was trying to setup the project but am facing th...
# developers
r
I was trying to setup the project but am facing this problem when running
yarn dx
Copy code
35: 0x10554a708 Builtins_JSEntry [/Users/ritvij14/.nvm/versions/node/v14.15.5/bin/node]
36: 0x150008000 

An error occured while running the seed command:
Error: Command was killed with SIGABRT (Aborted): ts-node ./prisma/seed.ts
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
ERROR: "db-seed" exited with 1.
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
ERROR: "db-setup" exited with 1.
error Command failed with exit code 1.
info Visit <https://yarnpkg.com/en/docs/cli/run> for documentation about this command.
p
interesting
are you running docker or vanilla node?
r
I am running docker
and db-seed is the script where I get this error
a
did you run
yarn
before running
yarn dx
@Ritvij Sharma?
r
@Ali yep I did