Hi folks,

I was wondering if it makes sense to update the Node based build for the Admin UI of the UPS to use a slightly newer version of Node.js

Currently we are using v0.10.31:
https://github.com/aerogear/aerogear-unifiedpush-server/blob/master/admin-ui/pom.xml#L60

I changed that line to v5.1.0 and, to be honest, as expected, it did not work :-) But, surprisingly an update to something lower (e.g. 0.12.8) did also not work :-(

That actually made we wonder if this might become a problem, sooner or later, and if we should be updating the build to use a more modern Node/NPM version for our build?

Any thoughts (or volunteers :-))
-Matthias

--