NodeJS 我无法在NestJS上使用WebSocket包

k5ifujac  于 2023-02-08  发布在  Node.js
关注(0)|答案(1)|浏览(395)

我尝试在Nestjs上使用websockets,我安装了依赖项
yarn add @nestjs/websockets @nestjs/platform-socket.io
我为websockets生成了一个示例资源
nest g res messagesWs --no-spec
然后我的终端上显示了这条消息
类型错误:此. metadataScanner. getAllMethodNames不是函数
This is a capture from the problem
我能做些什么?对不起,我英语不好
我搜索了函数getAllMethodNames,但什么也没得到

muk1a3rh

muk1a3rh1#

我返回到v. "@nestjs/www.example.com ":" ^7.6.15 ","@nestjs/网络套接字":platform-socket.io": "^7.6.15", "@nestjs/websockets": "^7.6.15",
正在工作

相关问题