RTCMultiConnection-Server
RTCMultiConnection-Server copied to clipboard
Install failed . Ubuntu 18.04 Unsupported engine
when I install form git npm install https://github.com/muaz-khan/RTCMultiConnection-Server.git ./
I got error : notsup Unsupported engine for [email protected]: wanted: {"node":"latest"} (current: {"node":"13.11.0","npm":"6.13.7"})
notsup Not compatible with your version of node/npm: [email protected]
but I already upgrade my node to latest version . how to solve this ? thanks
Install as the command:
yarn add rtcmulticonnection-server --ignore-engines
and in future:
yarn install --ignore-engines but this not recommended.
or
Do fork and install as the command:
yarn add https://github.com/{username}/RTCMultiConnection-Server