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

Incompatible with node v10 #24

Closed
jsnanigans opened this issue Jun 26, 2018 · 5 comments
Closed

Incompatible with node v10 #24

jsnanigans opened this issue Jun 26, 2018 · 5 comments

Comments

@jsnanigans
Copy link

With node v10.4.1 I am getting this error:
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
if I switch to node v8 it works

@NickHeiner
Copy link

Can you just upgrade to [email protected]?

@nikolakanacki
Copy link

This broke like half the things on the npm, I'm kind of used to writing yarn add ... --ignore-engines now.

@jsnanigans
Copy link
Author

@NickHeiner id rather not because its a dependency of one of my dependencies

@NickHeiner
Copy link

NickHeiner commented Jul 4, 2018

@nikolakanacki ah, I didn't know about that! That's a useful workaround. 😄

id rather not because its a dependency of one of my dependencies

upath was a transitive dependency for me too, but I was able to update my immediate dependencies, which in turn pulled in a newer upath. And if that's not possible, then I'd file an issue against the immediate dependency asking it to update.

@anodynos
Copy link
Owner

anodynos commented Jul 5, 2018

The latest ([email protected]) works with node 10 - ask the devs of the libraries that use the old upath version to update - there's nothing I can do :-(

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

4 participants