Replies: 1 comment
-
Rocket.chat是P2P的通讯软件吗 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
代码地址:https://github.com/RocketChat/Rocket.Chat,下载的是最新的develop分支代码
使用yarn dsv运行报错:
@rocket.chat/meteor:dsv: => Started proxy.
@rocket.chat/meteor:dsv: => Started MongoDB.
@rocket.chat/meteor:dsv: Browserslist: browsers data (caniuse-lite) is 8 months old. Please run:
@rocket.chat/meteor:dsv: npx update-browserslist-db@latest
@rocket.chat/meteor:dsv: Why you should do it regularly: https://github.com/browserslist/update-db#readme
@rocket.chat/meteor:dsv: Browserslist: browsers data (caniuse-lite) is 8 months old. Please run:
@rocket.chat/meteor:dsv: npx update-browserslist-db@latest
@rocket.chat/meteor:dsv: Why you should do it regularly: https://github.com/browserslist/update-db#readme
@rocket.chat/meteor:dsv: => Linted your app. No linting errors.
@rocket.chat/meteor:dsv: W20250620-15:20:21.289(8)? (STDERR) strict mode: use allowUnionTypes to allow union type keyword at "#/properties/count" (strictTypes)
@rocket.chat/meteor:dsv: W20250620-15:20:21.342(8)? (STDERR) strict mode: use allowUnionTypes to allow union type keyword at "#/properties/offset" (strictTypes)
@rocket.chat/meteor:dsv: W20250620-15:20:22.981(8)? (STDERR) strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
@rocket.chat/meteor:dsv: W20250620-15:20:22.981(8)? (STDERR) strict mode: missing type "object" for keyword "properties" at "#" (strictTypes)
@rocket.chat/meteor:dsv: W20250620-15:20:22.981(8)? (STDERR) strict mode: missing type "object" for keyword "required" at "#/oneOf/0" (strictTypes)
@rocket.chat/meteor:dsv: W20250620-15:20:22.986(8)? (STDERR) strict mode: missing type "object" for keyword "required" at "#/oneOf/1" (strictTypes)
@rocket.chat/meteor:dsv: W20250620-15:20:28.695(8)? (STDERR) Fri, 20 Jun 2025 07:20:27 GMT body-parser deprecated undefined extended: provide extended option at app/app.js:140190:64
@rocket.chat/meteor:dsv: W20250620-15:20:28.696(8)? (STDERR) Fri, 20 Jun 2025 07:20:28 GMT body-parser deprecated undefined extended: provide extended option at app/app.js:140191:57
@rocket.chat/meteor:dsv: W20250620-15:20:30.420(8)? (STDERR) (node:11600) Warning: The AWS SDK for JavaScript (v2) is in maintenance mode.
@rocket.chat/meteor:dsv: W20250620-15:20:30.421(8)? (STDERR) SDK releases are limited to address critical bug fixes and security issues only.
@rocket.chat/meteor:dsv: W20250620-15:20:30.421(8)? (STDERR)
@rocket.chat/meteor:dsv: W20250620-15:20:30.421(8)? (STDERR) Please migrate your code to use AWS SDK for JavaScript (v3).
@rocket.chat/meteor:dsv: W20250620-15:20:30.422(8)? (STDERR) For more information, check the blog post at https://a.co/cUPnyil
@rocket.chat/meteor:dsv: W20250620-15:20:30.422(8)? (STDERR) at emitWarning (/home/wangna/project/Rocket.Chat-develop/apps/meteor/node_modules/aws-sdk/lib/maintenance_mode_message.js:38:13)
@rocket.chat/meteor:dsv: W20250620-15:20:30.423(8)? (STDERR) at Timeout._onTimeout (/home/wangna/project/Rocket.Chat-develop/apps/meteor/node_modules/aws-sdk/lib/maintenance_mode_message.js:46:5)
@rocket.chat/meteor:dsv: W20250620-15:20:30.423(8)? (STDERR) at listOnTimeout (node:internal/timers:594:17)
@rocket.chat/meteor:dsv: W20250620-15:20:30.423(8)? (STDERR) at processTimers (node:internal/timers:529:7)
@rocket.chat/meteor:dsv: W20250620-15:20:31.058(8)? (STDERR) strict mode: missing type "object" for keyword "additionalProperties" at "#" (strictTypes)
@rocket.chat/meteor:dsv: I20250620-15:20:32.127(8)? LocalStore: store created at
@rocket.chat/meteor:dsv: I20250620-15:20:32.128(8)? LocalStore: store created at
@rocket.chat/meteor:dsv: I20250620-15:20:32.129(8)? LocalStore: store created at
@rocket.chat/meteor:dsv: W20250620-15:20:32.192(8)? (STDERR) === UnCaughtException ===
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) TypeError: Cannot read properties of undefined (reading 'hash')
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) at onServerVersionChange (server/lib/migrations.ts:302:23)
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) at performMigrationProcedure (server/startup/migrations/xrun.ts:61:8)
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) at processTicksAndRejections (node:internal/process/task_queues:105:5)
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) at startup (server/startup/index.ts:15:2)
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) at async Promise.all (index 2)
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) at module.wrapAsync.self (server/main.ts:27:1)
@rocket.chat/meteor:dsv: W20250620-15:20:32.193(8)? (STDERR) -------------------------
@rocket.chat/meteor:dsv: W20250620-15:20:32.194(8)? (STDERR) Errors like this can cause oplog processing errors.
@rocket.chat/meteor:dsv: W20250620-15:20:32.194(8)? (STDERR) ===========================
@rocket.chat/meteor:dsv: I20250620-15:20:33.534(8)? [2025-06-20T07:20:32.139Z] WARN (VoIPAsteriskService/11600 on Wna0211-X1): Voip is not enabled. Cant start the service
@rocket.chat/meteor:dsv: => Exited with code: 1
@rocket.chat/meteor:dsv: => Your application is crashing. Waiting for file change.
Beta Was this translation helpful? Give feedback.
All reactions