RuntimeTools / appmetrics

Node Application Metrics provides a foundational infrastructure for collecting resource and performance monitoring data for Node.js-based applications.
https://developer.ibm.com/open/node-application-metrics/
Apache License 2.0
970 stars 125 forks source link

Please upgrade node-gyp to eliminate dependence on python 2.7 #617

Closed lachlanhunt closed 4 years ago

lachlanhunt commented 4 years ago

This package requires an old version of node-gyp, which appears to get called in an install script. Unfortunately, it depends on node-gyp 4.x, which unfortunately requires python 2.7.

node-gyp v5.0.5 or later added support for python 3 and since python 2 will be end of life very soon, please upgrade this dependency.