Hello,
I'm trying to set up Colyseus on a dedicated server, and hitting this error when execute "npm start": Compilation of uWebSockets has failed and there is no pre-compiled binary available for your system. Please install a supported C++11 compiler and reinstall the module 'uws'.
Seems uws needs gcc at 4.8 or higher, and the server is at 4.4.7. So far my attempts to work through getting it updated with my hosting provider aren't going too well, but will keep trying. My efforts to use the devtools-2 created by Tru at http://people.centos.org/tru seem to hit one snag after another mostly due to permission issues. I've asked my host for su status, and await their next message.
At the same time, I'd appreciate any advice and/or pointers to any Colyseus-related information or documentation targeted at beginners to the linux and node.js world. In all my searching I'm not quite sure if I should rely on anything from many years ago, especially since I don't know enough to filter out what's outdated.
Thanks,
Hugh