RuntimeTools / appmetrics-dash

A data visualizer that uses " Node Application Metrics" (appmetrics) to monitor and display Node.js application data as a html web application.
Other
452 stars 55 forks source link

install error #172

Closed jinnyum closed 4 years ago

jinnyum commented 5 years ago

I get an error when installing. Can you tell me how to fix it?

error

peterpanBest commented 4 years ago

I get an error when installing. Can you tell me how to fix it?

error

what's ur Nodejs version ? Maybe this library is not working in old Nodejs version .

nmargaritis commented 4 years ago

This module works only with node v10. in current LTS v12 the module can not be installed due to node-gyp issues.

Note that v10 has a support up until April 2021. So currently the clock is ticking and I really do not know if you guys will consider using v10 instead of v12 for a performance evaluation module.... You already compromise performance by staying in v10.

Benchmarking node v12, v10, v8, v6, v4

mattcolegate commented 4 years ago

Hi @nmargaritis, thanks for your comment - it's prompted me to update our automated testing for appmetrics-dash. You can see the PR I've raised for it (#188) and hopefully you can see the resulting Travis run (https://travis-ci.org/github/RuntimeTools/appmetrics-dash/builds/680791283) that shows that on Linux and OSX appmetrics-dash works on all currently supported versions of Node.js (v10, v12, v13 and v14). For the Windows errors, we see the same kind of test errors on appmetrics which is likely the cause - I've opened RuntimeTools/appmetrics#637 to fix those up - but in all cases, appmetrics-dash does install. In light of all appmetrics-dash installations with supported Node.js versions installing correctly (albeit with warnings) at this time, I'm going to close this issue.

alexshenker commented 8 months ago

This module works only with node v10. in current LTS v12 the module can not be installed due to node-gyp issues.

Note that v10 has a support up until April 2021. So currently the clock is ticking and I really do not know if you guys will consider using v10 instead of v12 for a performance evaluation module.... You already compromise performance by staying in v10.

Benchmarking node v12, v10, v8, v6, v4

Have you managed to resolve this issue? I'm also only able to install appmeetrics-dash with nodeJS 10, no later.