muaz-khan / RTCMultiConnection-Server

RTCMultiConnection socket.io server (npm install rtcmulticonnection-server)
https://muazkhan.com:9001/
MIT License
274 stars 146 forks source link

Install failed . Ubuntu 18.04 Unsupported engine #19

Open jj449 opened 4 years ago

jj449 commented 4 years ago

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

nurassyl commented 4 years ago

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