简体   繁体   中英

'NestMicroservice' incorrectly implements interface 'INestMicroservice'

error TS2420: Class 'NestMicroservice' incorrectly implements interface 'INestMicroservice'. Property 'listenAsync' is missing in type 'NestMicroservice' but required in type 'INestMicroservice'.

Simply ensure you install the same version of the current @nestjs/core . Ex: If you're currently on NestJS Version 8 ( @nestjs/core -> 8.4.7 ) pnpm i @nestjs/microservices@8.4.7

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM