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

node.js version dependency issues #1194

Closed
ccemeraldeyes opened this issue Feb 22, 2019 · 1 comment
Closed

node.js version dependency issues #1194

ccemeraldeyes opened this issue Feb 22, 2019 · 1 comment

Comments

@ccemeraldeyes
Copy link

When trying to run yarn, I received the following error:

error nunjucks@3.1.3: The engine "node" is incompatible with this module. Expected version ">= 6.9.0 <= 11.0.0-0". Got "11.0.0"

The issues are twofold:

  1. 11.0 is not current with the stable minor version
  2. I'm not sure why 11.0.0 doesn't match 11.0.0-0 (this one MAY be a yarn issue)
@fdintino
Copy link
Collaborator

This was fixed in nunjucks 3.1.6 (see #1168). If you install the latest version you will no longer run into this issue.

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