webrtc_server_node
webrtc_server_node copied to clipboard
fail to excute node server.js
I hava try twice, but it didn't work, I config my /etc/turnserver.conf based this github guidance, but then: air@air-G3-3590:~/webRTC/webrtc_server$ node server.js /home/air/webRTC/webrtc_server/node_modules/express/lib/router/index.js:458 throw new TypeError('Router.use() requires a middleware function but got a ' + gettype(fn)) ^
TypeError: Router.use() requires a middleware function but got a Null
at Function.use (/home/air/webRTC/webrtc_server/node_modules/express/lib/router/index.js:458:13)
at Function.
Your help will be appreciated!
解决了吗