RTCMultiConnection-Server icon indicating copy to clipboard operation
RTCMultiConnection-Server copied to clipboard

Install failed . Ubuntu 18.04 Unsupported engine

Open jj449 opened this issue 5 years ago • 1 comments

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

jj449 avatar Mar 23 '20 06:03 jj449

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

nurassyl avatar Mar 28 '20 13:03 nurassyl