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

Installation failing on node <=6 due to [email protected] #481

Closed
elssar opened this issue Sep 26, 2019 · 2 comments
Closed

Installation failing on node <=6 due to [email protected] #481

elssar opened this issue Sep 26, 2019 · 2 comments

Comments

@elssar
Copy link

elssar commented Sep 26, 2019

minilib v1.3.0 introduced a change which is not compatible in node 6 and lower.

The offending line -

const { ZLIB_VERNUM } = require('zlib').constants

Ref: isaacs/minizlib#9

@himanshusinghs
Copy link

himanshusinghs commented Sep 26, 2019

Explicitly installing minizlib v1.2.2 worked for us.
Ref

@elssar
Copy link
Author

elssar commented Oct 9, 2019

Fixed now.

@elssar elssar closed this as completed Oct 9, 2019
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

2 participants