Recently discovered Prisma / Prisma2 and was looki...
# orm-help
p
Recently discovered Prisma / Prisma2 and was looking to test it out for a project at work, but ran into an issue with running
npm install -g prisma2
since it looks like there is a call out to an s3 bucket to download a binary which in our environment we dont have access to directly proxy out to get this. Our npm packages are proxied through an artifact repository / proxy like Artifactory or Nexus. Was wondering if there is a way to change the CDN download url so that it could be downloaded through the artifact repository where we configure it to connect out to the s3 bucket. Or wondering if maybe there would be a better / preferred way to handle this type of use case