hexparrot / mineos-node

node.js implementation of mineos minecraft management
GNU General Public License v3.0
335 stars 169 forks source link

Incompatible with nodejs 4.0.0 #122

Closed KayoticSully closed 9 years ago

KayoticSully commented 9 years ago

This probably isn't news, but figured I would report it as a bit of a PSA. I just upgraded to node v4 by accident in my routine pacman -Syu. For other reasons I need to reinstall MineOS so I re-cloned the repo and my npm install blew up.

This isn't really an issue with MineOS exactly but I'm guessing many of its dependencies are not compatible with Node v4.0.0 yet. I'm also guessing that this should resolve its self as Node v4 was just released today or so.

I reverted back a version and everything works fine. I think mostly time will fix this. But until the dependencies get fixed I'm not sure how to check if MineOS will be compatible either.

hexparrot commented 9 years ago

While Some modules have been updated already, crypt3 (used in FreeBSD) and maybe a few others aren't building right for me. I'll be keeping tabs.

hexparrot commented 9 years ago

Have it working on nodev4, but it won't work on FreeBSD.

https://github.com/hexparrot/mineos-node/tree/nodev4

hexparrot commented 9 years ago

pulled in #131, which works on nodev4 (linux).

builds on freebsd as well.