typescript-express-example icon indicating copy to clipboard operation
typescript-express-example copied to clipboard

运行时这个是什么问题?

Open chunten opened this issue 2 years ago • 0 comments

运行的时候显示这个错误: 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<T>; ~~~~~~~~~~~~~

node_modules/typeorm/driver/mongodb/typings.d.ts:4288:31 - error TS2304: Cannot find name 'AsyncIterableIterator'.

4288 Symbol.asyncIterator: AsyncIterableIterator<T>; ~~~~~~~~~~~~~~~~~~~~~

chunten avatar Jul 22 '22 05:07 chunten