Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
Let me know about any bugs or whatever
RUN npm -g pnpm prisma && pnpm install
This command install prisma. And prisma also install dependence @prisma/engines. During installation engine trying install prisma-engines from Prisma CDN:
The postinstall hook of this package downloads all Prisma engines available for the current platform, namely the Query Engine and the Schema Engine from the Prisma CDN.
But Prisma CDN hosted on CloudFlare. Cloudflare fully blocked in my country. Is any quick solution?
I found this: https://github.com/prisma/prisma/issues/8886
But looks not easy....
Read Profit section of the guide
warn The configuration property `package.json#prisma` is deprecated and will be removed in Prisma 7. Please migrate to a Prisma config file (e.g., `prisma.config.ts`).
pamplona-future | For more information, see: https://pris.ly/prisma-config
pamplona-future |
pamplona-future | Environment variables loaded from .env
pamplona-future | Prisma schema loaded from prisma/schema.prisma
pamplona-future | Datasource "db": PostgreSQL database "dbname", schema "public" at "pamplona-future-db:5432"
pamplona-future |
pamplona-future | Error: P1000: Authentication failed against database server, the provided database credentials for `dbuser` are not valid.
pamplona-future |
pamplona-future | Please make sure to provide valid database credentials for the database server at the configured address.
pamplona-future exited with code 1 (restarting)