muaz-khan / RTCMultiConnection-Server

RTCMultiConnection socket.io server (npm install rtcmulticonnection-server)

Home Page:https://muazkhan.com:9001/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install failed . Ubuntu 18.04 Unsupported engine

jj449 opened this issue · comments

commented

when I install form git
npm install https://github.com/muaz-khan/RTCMultiConnection-Server.git ./

I got error :
notsup Unsupported engine for rtcmulticonnection-server@1.3.1: wanted: {"node":"latest"} (current: {"node":"13.11.0","npm":"6.13.7"})

notsup Not compatible with your version of node/npm: rtcmulticonnection-server@1.3.1

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