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
974 stars 125 forks source link

Prebuilts for Node v10 and Node v12 #584

Closed Just-Sieb closed 5 years ago

Just-Sieb commented 5 years ago

I have noticed that version 4.0.1 has the prebuilts of the native node module available for Node v8 so it does not have to compile during the install step. Can you start adding prebuilts for v10 and v12 of NodeJS as well?

mattcolegate commented 5 years ago

I'm afraid not - we no longer have the infrastructure available to continue supplying pre-built binaries. You will have to ensure that you have the pre-requisites installed on your machine to enable binary compilation, as described at https://github.com/RuntimeTools/appmetrics#pre-requisites