Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error #172

Closed
jinnyum opened this issue Apr 10, 2019 · 4 comments
Closed

install error #172

jinnyum opened this issue Apr 10, 2019 · 4 comments

Comments

@jinnyum
Copy link

jinnyum commented Apr 10, 2019

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

error

@peterpanBest
Copy link

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
Copy link

nmargaritis commented Apr 16, 2020

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
Copy link
Member

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants