Я зарегистрировался voxeet
и получил свой потребительский ключ для испытаний.
И я добавил consumerKey
и consumerSecret
ключ к своему VoxeetConference.js
и начал yarn
:
$ 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
В нем говорилось, что проект запущен на локальном хосте, но когда я попытался посетить локальный хост, он показал следующие ошибки и потерпел неудачу:
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. ```
My npm
версия 6.11.3
, версия узла 12.11.1
и версия пряжи 1.19.0
.
Может кто-нибудь сказать мне, что здесь не так?