webRTC-io / webRTC.io

An abstraction layer for webRTC. Aim is to simplify the HTML5 web standard webRTC in a similar manner to socket.io w/ websockets. Highly experimental technology
1.6k stars 293 forks source link

Cannot find module 'ws' #11

Closed santiago closed 11 years ago

santiago commented 11 years ago

self explained

ccallebs commented 11 years ago

Just do a npm install ws. Not sure if it wasn't added as a dependency or what, but it cleared up the issue for me.

sarenji commented 11 years ago

It was, but the package was never updated. Fixed, and thanks.