prisma2user
11/09/2019, 8:20 PMnpm 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