运行 NestJS 微服务时找不到 this.assertNotInPreviewMode

Met*_*asa 1 node.js nest microservices nestjs

我有一个使用 NestJS 的微服务设置。但是,我在运行时收到以下错误。

this.assertNotInPreviewMode('listen');
             ^

TypeError: this.assertNotInPreviewMode is not a function
Run Code Online (Sandbox Code Playgroud)

我已经使用安装了 NestJS 微服务包npm i --save @nestjs/microservices。不知道为什么该功能不存在。

小智 5

我今天遇到了同样的错误并npm update提供了帮助