RoonLabs / node-roon-api

Javascript Roon API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node 5.x compatibility broken

JanKoudijs opened this issue · comments

The latest commit breaks the Node 5.x compatibility. It is the addition of a parameter default at line 74 of moo.js.

Was this overseen or is it the idea to increase the minimum Node version to 6.x?

I stumbled on this while performing tests on a Windows XP VM (using XP Embedded updates :) ). The latest Node version that runs on XP is 5.12.0.

I will fix this, we didn't intend to break Node 5.x compatibility.

I believe this to be fixed in commit 2578a44, I have tested at the level of confirming that ping works on node 5.12.0 using https://github.com/creationix/nvm under Ubuntu Linux

Yep, it's fixed.
Within an hour, you guys are impressive!

Thanks (also for the link to the test tool).