安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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)