Henri Kuper
07/13/2021, 2:03 PMyarn prisma generate
I get the following error:
Prisma schema loaded from prisma/schema.prisma
npm ERR! code E401
npm ERR! Unable to authenticate, need: Basic realm="GitHub Package Registry"
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/henri/.npm/_logs/2021-07-13T13_55_51_322Z-debug.log
Error: Command failed with exit code 1: npm install -D prisma@2.27.0
I does not seem like a pure prisma issue, but maybe anyone has an idea what this could be caused by?
If needed I can add the debug.log messagesRyan
07/13/2021, 2:08 PMgenerate
after an upgrade and it works fine 🙂Henri Kuper
07/13/2021, 2:09 PMRyan
07/13/2021, 2:09 PMHenri Kuper
07/13/2021, 2:09 PMHenri Kuper
07/13/2021, 2:10 PMRyan
07/13/2021, 2:12 PMHenri Kuper
07/13/2021, 2:14 PM