newrelic / nr1-cloud-optimize

NR1 Cloud Optimize allows you to Identify right-sizing opportunities and potential savings of your AWS, GCP, and Azure instances across your cloud environment.
https://discuss.newrelic.com/t/cloud-optimizer-nerdpack/82936
Apache License 2.0
48 stars 37 forks source link

Please Add Requirements for Node.js #70

Closed lchapman4 closed 3 years ago

lchapman4 commented 3 years ago

Summary

Supported node.js versions needed in the readme

Desired Behaviour

Can someone add a blurb in the readme for the node.js requirement? Currently it requires node versions 10 or 12 (v8 doesn't work), but it's not stated in the Getting Started section of the readme. It should also come with a link to some site, nodejs.org or something similar, to show them how for their particular platform.

Possible Solution

Additional context

Kav91 commented 3 years ago

This is not a Cloud Optimize or documentation issue. Nobody should be developing with unsupported versions of NodeJS.

NodeJS v8 is no longer supported, and even v10 is in maintenance and will be EOL'd 2021-04-30. https://nodejs.org/en/about/releases/

Closing.