prisma-client-py
prisma-client-py copied to clipboard
Force a specific prebuilt node version to be used in Docker
Problem
The CLI forces latest prebuilt version of node to be downloaded. But sometimes this hangs on fetching latest pre-built node.
Suggested solution
Provide a cli flag for downloading a specific prebuilt version like 0.19.3
Alternatives
Check for connection issues on latest prebuilt node fetch and close the connection then try an older version.
Additional context
CI/CD pipelines stuck for an hour without resolving because Prisma Python could not install prebuilt node of 0.20.4 See this issue:
https://github.com/RobertCraigie/prisma-client-py/issues/784
experiencing the same issue, a lot