muaz-khan / RTCMultiConnection-Server

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

installation with yarn not working #18

Open Clex1o1 opened 4 years ago

Clex1o1 commented 4 years ago

Hi i'm using yarn in projects. Normally i don't have any errors while using, but now i got this error while yarn add rtcmulticonnection, rtcmulticonnection-server@1.3.1: The engine "node" is incompatible with this module. Expected version "latest". Got "13.11.0" I think this depends on your packages.json because of this lines:

  "engines": {
    "node": "latest"
  },
diegodorado commented 4 years ago

Same here. I supose it would be fixed if changed latest to >=8 or whichever minimum node version is sufficient

LightenedLimited commented 4 years ago

By the by, you might've forgot to publish this to npm (still getting the requirement error for latest engine).