Description
Hey there;
As someone new to Volumio (and nodeJS in general to be honest) I went ahead and downloaded the latest and greatest of everything and got a weird error when trying to use gulp:
`
tore.prototype.proto = EventEmitter.prototype;
^
TypeError: Cannot read property 'prototype' of undefined
at Object. (/Users/xxx/work/Volumio2-UI/node_modules/karma/node_modules/socket.io/lib/store.js:35:42)
at Module._compile (module.js:662:30)
at Object.Module._extensions..js (module.js:673:10)
at Module.load (module.js:575:32)
at tryModuleLoad (module.js:515:12)
at Function.Module._load (module.js:507:3)
at Module.require (module.js:606:17)
at require (internal/module.js:11:18)
at Object. (/Users/xxx/work/Volumio2-UI/node_modules/karma/node_modules/socket.io/lib/manager.js:16:13)
at Module._compile (module.js:662:30)
`
Doing some research, this is because I had installed node 9.7.1 but Volumio needs node 6.11.0. This should be documented clearly, or better yet update the software to work with newer node :)