-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NodeJS 6 #6
Comments
I understand however nodejs 6 is not maintained anymore, I would suggest to update to nodejs 10 (as support for nodejs 8 will also drop in the end of the year). https://github.com/nodejs/Release EDIT: The iobroker documentation says The currently recommended version is node 8.x; with js-controller 1.5.7 also node 10.x, then in step 4.1. replace the "8.x" against 10.x ".. (https://www.iobroker.net/#en/documentation/install/linux.md#installationnodejs), so I expect this is not a problem? |
This is the recommended version, but there are already many installations for version 6. :( |
* Same send behavior for sendWhen=active and fastpoll * remove sendWhen from endpoint.ts * also remove defaultSendRequestWhen * remove tests that are no longer needed, fix coverage, rename tests * lint * add defaultSendRequestWhen compatibility setter * Revert "add defaultSendRequestWhen compatibility setter" This reverts commit 8200aea.
For use in the iobroker project, I would like to support nodejs starting from 6.
Therefore, I propose to rewrite the async-functions.
The text was updated successfully, but these errors were encountered: