fe9lix / Tuio.js

TUIO Reference Implementation for JavaScript
GNU General Public License v2.0
97 stars 26 forks source link

process.EventEmitter is deprecated #10

Open ghost opened 6 years ago

ghost commented 6 years ago

My node version is 8.11.1. Any solutions? Thanks @fe9lix

jamiemarkwhite commented 5 years ago

If its the same socket.io -> policyfile related issue as I had then this fixed it for me:

Top level package.json

"resolutions": {
    "socket.io/policyfile": "0.0.6"
  }

which forced socket.io to use a newer version of its policyfile dependancy.