Nunjucks: Error with Node 11.0

Created on 24 Oct 2018  路  1Comment  路  Source: mozilla/nunjucks

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

Looks like package.json needs a tweak to be:

"engines": {
  "node": ">= 6.9.0 <= 11.0.0"
},

Most helpful comment

Hopefully #1161 closes this issue.

In the meantime I'm using yarn install --ignore-engines to work around it. Not sure if there's an equivalent option for npm...

>All comments

Hopefully #1161 closes this issue.

In the meantime I'm using yarn install --ignore-engines to work around it. Not sure if there's an equivalent option for npm...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kud picture kud  路  3Comments

Galfour picture Galfour  路  3Comments

sudhirbeldar picture sudhirbeldar  路  3Comments

felipenmoura picture felipenmoura  路  7Comments

mintyPT picture mintyPT  路  4Comments