TeraProxy / Cosplayer

A tera-proxy module able to change your client-side appearance.
GNU General Public License v3.0
14 stars 13 forks source link

Support for current node.js (10.0) #6

Closed piecemealcranky closed 6 years ago

piecemealcranky commented 6 years ago

Using Node JS ver 10.0 gives this error:

image

Yes I still use this over the other alternatives >_<

TeraProxy commented 6 years ago

Hm... I'd have to recompile the mouse library. That will break the module for people with older node versions though. Gimme a few days to look into this and think about what's best.

TeraProxy commented 6 years ago

@piecemealcranky Until I find a solution for everyone, you can do the following btw:

  1. Delete the "Cosplayer/node_modules" folder
  2. Open a command prompt and type "npm install win-mouse"
  3. You can delete the "Cosplayer/node_modules/nan" folder afterwards (because it's already present in the main node_module folder of tera-proxy

This will compile the needed dependency for your environment.

piecemealcranky commented 6 years ago

Much appreciated, will give this a shot!

TeraProxy commented 6 years ago

Just pushed the newest version (2.1.0) which now defaults to Node.JS 10. You should be fine now by simply using the new version. Thanks for letting me know about this, I didn't know Caali's proxy was already using Node.JS 10.