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

installation with yarn not working

Open Clex1o1 opened this issue 4 years ago • 2 comments

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, [email protected]: 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"
  },

Clex1o1 avatar Mar 20 '20 09:03 Clex1o1

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

diegodorado avatar Apr 03 '20 12:04 diegodorado

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

LightenedLimited avatar Apr 12 '20 15:04 LightenedLimited