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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node v12.13.1 is incompatible with this module #2483

Closed
qkdreyer opened this issue May 6, 2020 · 2 comments
Closed

Node v12.13.1 is incompatible with this module #2483

qkdreyer opened this issue May 6, 2020 · 2 comments

Comments

@qkdreyer
Copy link

qkdreyer commented May 6, 2020

$ node -v
v12.13.1

$ yarn add ava
yarn add v1.22.4
info No lockfile found.
[1/4] 馃攳  Resolving packages...
[2/4] 馃殮  Fetching packages...
error ava@3.8.1: The engine "node" is incompatible with this module. Expected version ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0 <14 || >=14.0.0". Got "12.13.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
@qkdreyer
Copy link
Author

qkdreyer commented May 6, 2020

Upgraded to node LTS (v12.16.3) meanwhile

@sindresorhus
Copy link
Member

sindresorhus commented May 6, 2020

The error says it all:

Expected version ">=10.18.0 <11 || >=12.14.0 <13 || >=13.5.0 <14 || >=14.0.0". Got "12.13.1"

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