socketio / socket.io-mongo-adapter

The Socket.IO MongoDB adapter, allowing to broadcast events between several Socket.IO servers
https://socket.io
MIT License
25 stars 8 forks source link

why ? Error: Cannot install '@socket.io/mongo-adapter' #6

Closed AbbasAlsbihawi closed 2 years ago

AbbasAlsbihawi commented 2 years ago

Error: Cannot install '@socket.io/mongo-adapter'

npm install @socket.io/mongo-adapter mongodb At line:1 char:13

darrachequesne commented 2 years ago

Hi! Did you try with quotes:

npm install "@socket.io/mongo-adapter" mongodb
darrachequesne commented 2 years ago

Closed due to inactivity, please reopen if needed.