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

error move-file@2.0.0: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.2" #249

Closed
ccambournac opened this issue May 15, 2020 · 1 comment

Comments

@ccambournac
Copy link

ccambournac commented May 15, 2020

  • Operating System: Mac OS 10.15.4 Catalina
  • Node version: 10.16.2
  • Yarn version: 1.22.4
  • webpack version: 4.43.0
  • terser-webpack-plugin version: 3.0.1

Actual Behavior

As stated in release notes for v3.0.0

minimum supported Node.js version is 10.13

Due to move-filepackage dependency however, il appears that minimum Node.js version is 10.17, and installation via yarn fails with the following error being raised:

error move-file@2.0.0: The engine "node" is incompatible with this module. Expected version ">=10.17". Got "10.16.2"
error Found incompatible module.

How Do We Reproduce?

Install package with yarn and Node.js version < 10.17
Note that installation via npm does not fail.

@ccambournac
Copy link
Author

My bad, duplicate of #248...

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