szimek / sharedrop

Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
https://www.sharedrop.io
MIT License
9.35k stars 682 forks source link

i get this error #156

Open gabbelitoV2 opened 1 year ago

gabbelitoV2 commented 1 year ago

image

gabbelitoV2 commented 1 year ago

how do you solve it so it works on that nodejs?

szimek commented 1 year ago

You got 2 options:

  1. install Node.js 14.x - this is the recommended solution; it will work for sure, but Node.js 14.x is no longer supported
  2. use Node.js 16.x or a more recent version, and see if it works

Unfortunately, the Ember version used there is pretty old and I'm not sure if it works with Node.js 16+.