opentok/opentok-rtc

npm install fails with npm version 6.14.8 and node v12.19.0 at fibers@3.1.1

shristack opened this issue · 1 comments

Scenario: npm install with the subject versions
Issue:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers@3.1.1 install: `node build.js || nodejs build.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers@3.1.1 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\<obfuscated>\AppData\Roaming\npm-cache\_logs\2020-11-05T19_34_37_378Z-debug.log

Attachment:
npm install log file
2020-11-05T19_11_48_919Z-debug.zip

Root cause:
Incompatible versions of Node. (?)

Potential Solution:
Of course it is easy for me to ask "Please update your repo to support the latest version of NodeJS" - while I know what the pain could be. Its your call.
When I am ready, I could contribute :)

Hello!

Unfortunately, the current version supports NodeJS v8 LTS only. Please refer to Requirements.

We will address the issue of supporting the latest version of NodeJs very soon. Thank you.