ethan0905 / ft_transcendence

Wiki with step-by-step explained strategy on how to: create app (front+back+infra), 42auth, 2FA and more..
2 stars 0 forks source link

Socket packages missing #4

Closed mderome closed 1 year ago

mderome commented 1 year ago

We need the module of WebSocket really fast

ethan0905 commented 1 year ago

Try using this:

$ npm i --save socket.io @nestjs/websockets @nestjs/platform-socket.io

And if this is good, the package.json should have been updated! Ready for the next build.