0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Prismaを3.10.0にしたらseed出来なかった時の対処法

Posted at

Prismaを3.10.0にしたらseedが出来なく15分くらいハマったので備忘録

エラー内容

An error occured while running the seed command:
Error: Command was killed with SIGKILL (Forced termination): ts-node -r tsconfig-paths/register prisma/seed.ts

ググってみる

同じ人がいました。
node_modulesの依存関係の問題っぽいです。

解決方法

yarn.locknode_modulesを削除して再度yarn installしたら無事解決しました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?