Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 NodeJs 中做视频通话/会议应用程序。当我进入节点页面时,我收到此错误消息。
问题是 Socket.io v1.0 不支持 EasyRTC v1.0.11。您可以看到各种模块版本。
npm ls --unicode=false --depth=1
以及将socket.io从v1.0降级到v0.9的解决方案
npm install socket.io@0.9.x