zowe / zebra

ZEBRA is an open-source incubator project for Zowe. It is a data parsing framework that allows quick and easy access to z/OS performance metrics.
https://zebra.talktothemainframe.com
Eclipse Public License 2.0
21 stars 12 forks source link

[QUESTION] supported node.js versions #114

Closed apoc262 closed 1 year ago

apoc262 commented 1 year ago

Question Hi folks, in documentation is stated:

IMPORTANT: It is imparitive that you are using an instance of Node.js version 8. Any version after 8 is currently not supported.

But maintenance for v8 end was 2019

https://blog.risingstack.com/update-nodejs-8-end-of-life-no-support/

Will zebra working with newer/supported versions?

Regards Additional context Add any other context, screenshots, or code snippets relating to the question.

behives commented 1 year ago

Hi @apoc262 -

it can now run with later versions of Node I believe. We had limitation due to how it access SSL/TLS, but it was resolved. We didn't really test with multiple versions of Node, but please try supported version and let us know for any issues.

Thanks,

Alex

apoc262 commented 1 year ago

Hi, thank you for your reply. I will test it and let you know. If something strange happens, i create a new issue or update this one. Many thanks