Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Generate doesn't work #3

Open
garrettg123 opened this issue Oct 1, 2019 · 0 comments
Open

Generate doesn't work #3

garrettg123 opened this issue Oct 1, 2019 · 0 comments

Comments

@garrettg123
Copy link

prisma2 generate
Error: Could not find generator binary prisma-test-utils

Here's my schema.prisma:

generator photon {
  provider = "photonjs"
}

generator nexus_prisma {
  provider = "nexus-prisma"
}

generator test_utils {
  provider = "prisma-test-utils"
  output   = "node_modules/@generated/test-utils"
}

datasource db {
  provider = "sqlite"
  url      = "file:dev.db"
}



model User {
  id   Int    @id
  name String
}
@janpio janpio assigned divyenduz and unassigned divyenduz Feb 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants