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 depencency upath with Node v10 #752

Closed
CWThomson opened this issue Jun 14, 2018 · 1 comment
Closed

Incompatible depencency upath with Node v10 #752

CWThomson opened this issue Jun 14, 2018 · 1 comment
Assignees

Comments

@CWThomson
Copy link

Express Gateway appears to have a dependency on upath@1.0.4. This seems incompatible with Node v10.

error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module

This dependency looks to be imported via chokidar

There is a workaround mentioned in the below issue on another project but ideally some dependencies would be upgraded to resolve this.

facebook/create-react-app#4367

yarn config set ignore-engines true

@XVincentX
Copy link
Member

Thanks for the report! We regularly update all the possible dependencies every time we bump up a minor release, so hopefully this should be just matter of short time.

Thanks!

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

No branches or pull requests

2 participants