I'm going to try wrapping the old version of yn in a wrapper that converts null return values to undefined. That should achieve the desired behavior without upgrading yn, which avoids the problematic engine requirement.
We can also add a yarn invocation to the test suite to catch the incompatibilities.
@Borewit @Darep yarn --ignore-engines should let you install in the meantime.
Our tests run on node 6 so everything should work once you get past the package manager.
Most helpful comment
@Borewit @Darep
yarn --ignore-enginesshould let you install in the meantime.Our tests run on node 6 so everything should work once you get past the package manager.