enzymejs / enzyme-matchers

Jasmine/Jest assertions for enzyme
MIT License
892 stars 115 forks source link

7.0.1 -> 7.0.2 Incompatible with node 9 #307

Closed sccdGyan closed 5 years ago

sccdGyan commented 5 years ago

Hi, this minor upgrade introduces incompatible issues with node 9.

error sane@4.1.0: The engine "node" is incompatible with this module. Expected version "6.* || 8.* || >= 10.*".

ljharb commented 5 years ago

the "engines" field is advisory; you should ignore these warnings.