You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2026. It is now read-only.
运行的时候显示这个错误:
tsc && node src/index.js
node_modules/typeorm/driver/mongodb/typings.d.ts:4288:13 - error TS2339: Property 'asyncIterator' does not exist on type 'SymbolConstructor'.
4288 Symbol.asyncIterator: AsyncIterableIterator;
~~~~~~~~~~~~~
node_modules/typeorm/driver/mongodb/typings.d.ts:4288:31 - error TS2304: Cannot find name 'AsyncIterableIterator'.
4288 Symbol.asyncIterator: AsyncIterableIterator;
~~~~~~~~~~~~~~~~~~~~~