Open jnak opened 5 years ago
FYI I reverted to https://github.com/prisma/graphql-prisma-typescript/commit/2d4994cec0b5c0b4f3c5ff1d0372dd0e1cea166f and it seems to work fine. I had to use npm install
thought because yarn
was failing:
error An unexpected error occurred: "https://registry.yarnpkg.com/flatmap-stream/-/flatmap-stream-0.1.2.tgz: Request failed \"404 Not Found\"".
On a fresh install, I get this error when running
yarn dev
:I suspect this is because
renovate-bot
automatically upgrades dependencies and there are no tests setup in this repo.