wailroth
wailroth
Like after 10-12 requests my code just stop. ` return Promise .allSettled(posters .slice(0, 10) .map((poster, posterIndex) => Promise .resolve() .then(() => notify("Working: " + posterIndex, poster.artist)) .then(() => poster.handle(venueTemplate, albumTemplate,...
For people searching for a solution: ```prisma generator client { provider = "prisma-client-js" output = "../src/__generated__/prisma" } ``` By setting up a custom output, everything is working.
You should use pnpfy too. `yarn pnpify prisma generate` for example
Up; The tag is wrong, it's yarn 3 with PNP
> From your `package.json` you posted originally: > > ``` > "yarn": "^1.22.19", > ``` > > Did I misunderstand that? Oh sorry, It's strange, but it's yarn v3 (canary...