I'm trying to work with websockets on Nestjs, i install the dependencies
yarn add @nestjs/websockets @nestjs/platform-socket.io
I generated a example resource for the websockets
 nest g res messagesWs --no-spec
Then this message shows up in my terminal
TypeError: this.metadataScanner.getAllMethodNames is not a function
This is a capture from the problem
What can i do? PD: sorry for my bad english
I search for that function getAllMethodNames but i didn't get anything