Javascript Voxeet示例应用程序已启动,但正在访问https://localhost:8080 显示错误

Javascript Voxeet示例应用程序已启动,但正在访问https://localhost:8080 显示错误,javascript,node.js,videochat,video-conferencing,Javascript,Node.js,Videochat,Video Conferencing,我已经注册了voxeet,并获得了试用版的消费者密钥 我将consumerKey和consumerSecret键添加到我的VoxeetConference.js并开始warn: $ yarn start yarn run v1.19.0 $ webpack-dev-server -d --hot --inline --content-base Project is running at https://localhost:8080/ webpack output is served from

我已经注册了
voxeet
,并获得了试用版的消费者密钥

我将
consumerKey
consumerSecret
键添加到我的
VoxeetConference.js
并开始
warn

$ yarn start

yarn run v1.19.0
$ webpack-dev-server -d --hot --inline --content-base
Project is running at https://localhost:8080/
webpack output is served from /      // ... omitted from here
它说项目正在localhost上运行,但当我尝试访问localhost时,它显示以下错误并失败:

我的
npm
版本是
6.11.3
,节点版本是
12.11.1
,纱线版本是
1.19.0


有人能告诉我这里出了什么问题吗?

我将我的nodejs版本降级到了10.15.3(LTS),它成功了。 我从下载了源代码。有关更多信息,请参阅:
特别感谢Energizz@voxeet.

对于任何后来偶然发现这个问题的人来说,这个答案是正确的,但存储库现在已被弃用。可在此处找到新样本:
OutgoingMessage.prototype._headers is deprecated
internal/buffer.js:940 class FastBuffer extends Uint8Array {} ^

RangeError: Invalid typed array length: -4095 at new Uint8Array () at
new FastBuffer (internal/buffer.js:940:1) at Handle.onStreamRead [as
onread] (internal/stream_base_commons.js:181:19) at Stream.
(E:\kjy\itinerary\02_source\voxeet\node_modules\handle-thing\lib\handle.js:120:12)
at Stream.emit (events.js:215:7) at endReadableNT
(E:\kjy\itinerary\02_source\voxeet\node_modules\readable-stream\lib_stream_readable.js:1010:12)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
error Command failed with exit code 1. info Visit
https://yarnpkg.com/en/docs/cli/run for documentation about this
command. ```