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
977 stars 126 forks source link

Install fails on Node 12 on Windows #608

Closed connorjburton closed 5 years ago

connorjburton commented 5 years ago

Hi,

See the log below, failing to install on Windows Node 12.10.0

ConEmu-2019-09-06-p2052.txt

mattcolegate commented 5 years ago

Can't reproduce using my Windows 10 machine with Node 12.10.0 installing appmetrics latest (5.0.3) from npm. I notice the errors you're getting in that log are all for files in c:\\node_modules\nan - it might be worth clearing that directory out and letting npm download a fresh version?

connorjburton commented 5 years ago

After uninstalling and installing again the issue has resolved itself. Recently switched to nvm for node version management which may have been the catalyst.

Will close this and thanks for the super quick response!