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

The engine "node" is incompatible with this module. Expected version ">=4 <=9". #20

Closed
Narven opened this issue Apr 30, 2018 · 4 comments

Comments

@Narven
Copy link

Narven commented Apr 30, 2018

On circleci I'm getting this error for this lib:

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

any ideas?

@misund
Copy link

misund commented Apr 30, 2018

Fixed in #15; try deleting your package-lock.json or yarn.lock and install dependencies again.

@Narven
Copy link
Author

Narven commented Apr 30, 2018

@misund thanks it worked

@Narven Narven closed this as completed Apr 30, 2018
roblourens added a commit to microsoft/vscode that referenced this issue Jun 4, 2018
duleorlovic added a commit to trkin/premesti.se that referenced this issue Jun 5, 2018
error upath@1.0.4: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
anodynos/upath#20
@narrowtux
Copy link

What kind of solution is deleting your lock files, I don't really want to ensure everything works again after installing random versions of all my dependencies

@JGallardo
Copy link

JGallardo commented Mar 3, 2019

For those googling the error and ending up here and just want a simple set of instructions. This assumes you are on a Mac or Linux machine.

  • Delete your yarn.lock
  • in your terminal run yarn

That will generate a new file with updated dependencies.

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