`generate` shows "Downloading ..." every time when a custom binaryTarget is specified
See original GitHub issueC:\Users\Jan\Documents\throwaway\targetExitRepro (master -> origin) (targetexitrepro@1.0.0)
λ prisma2 generate
> Downloading Prisma engines for windows and rhel-openssl-1.0.x [====================] 100%
Generated Prisma Client to .\node_modules\@prisma\client
Done in 4.17s
C:\Users\Jan\Documents\throwaway\targetExitRepro (master -> origin) (targetexitrepro@1.0.0)
λ prisma2 generate
> Downloading Prisma engines for windows and rhel-openssl-1.0.x [====================] 100%
Generated Prisma Client to .\node_modules\@prisma\client
Done in 4.10s
...
C:\Users\Jan\Documents\throwaway\targetExitRepro (master -> origin) (targetexitrepro@1.0.0)
λ prisma2 -v
prisma2@2.0.0-preview021, binary version: 4f8eb5bd9628db47402dc855ad0b6c7cfc915d46
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
}
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Swift Package Manager can't download Firebase dependency
Show activity on this post. try to reset the package (from Files/Packages/Reset Packages Cache) with internet (not intranet) network then ...
Read more >Local xcFrameworks in Swift Packag… - Apple Developer
In the talk, it was explained how to use a binaryTarget to add a .xcframework from a url, but what about a local...
Read more >Bug with .binaryTarget in Swift Packages with Xcode?
I'm building an App's test target with xcodebuild. The test target includes tests from a Swift Package, which has an XCFramework .
Read more >Prisma schema API (Reference)
This example shows how to configure Prisma Client to run on Ubuntu 19.04 (disco) ... Specify a provider pointing to some custom generator...
Read more >Android Rules - Bazel
To build an Android app with data binding, you must also do the following: ... Every java_plugin specified in the plugins attribute will...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes it can!
I can confirm this. From my observation, this only happens when we have specified a custom binary target