Prior99 / jest-screenshot

A jest extension to deal with screenshots and all sorts of images.
MIT License
71 stars 21 forks source link

Can't upgrade to node 11 #11

Closed Prior99 closed 4 years ago

Prior99 commented 5 years ago

This package depends on webpack, which depends on watchpack with depends on chokidar which depends on upath.

upath implemented node 10+ support, but in the same release dropped support for node <4 which is why chokidar refuses to upgrade to upath@1.10 (https://github.com/paulmillr/chokidar/issues/775).

Until this has been resolved, node 11 support cannot be implemented.

Prior99 commented 4 years ago

Support for node 11 and 12 implemented.