Updating Spark-server and Spark-protocol

Hey @dave,

I’m wondering what is the best way to do so? We are using git clone for spark-server before performing npm install in the js folder.

Should is be npm update in the spark-server/js folder? I think i tried doing that but the spark-protocol node_module does not get updated though…

Hey @kennethlimcp,

The npm update won’t work yet, you’d need to clone and install the spark-protocol module separately from the master branch on github. I’ll finish testing and deploy it to npm when I’m sure it’s working well, and then npm should do it.

Thanks,
David