We are running a local version of SparkServer without any problems.
Today I’ve upgraded our servers to the latest node.js Version (0.12.x).
As an result i get the following messages during startup
connect.multipart() will be removed in connect 3.0
visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
connect.limit() will be removed in connect 3.0
Caught exception: Error: Module did not self-register.{}
An the Server Crashes
What’s the latest Version of NodeJs the Spark-Server supports?
I’m pretty sure I remember @zachary bumping into this same issue and he had to roll back to a previous version of NodeJS. Maybe he has time to chime in with more details
Thanks for the ping — any 0.10 version should be fine — I’m running 0.10.36 locally. Compatibility with 0.12 is on our list, but not high priority at the moment.
I just cloned the spark-server repo and ran npm install with node 5.5.0 and npm 3.5.3. npm start booted up the server just fine. I still received the warnings about deprecations in connect 3.0 and the link to the connect wiki. I did not connect a Photon to my local server, but at least the original issue posted in this thread did not occur.