Closed jtormey closed 7 years ago
When installing with yarn on any node version other than 6.1.0, the install fails with:
error ramda-lens@0.1.1: The engine "node" is incompatible with this module. Expected version "6.1.0". error Found incompatible module
To install, I need to pass --ignore-engines to yarn. It would be nice if the package.json "engines" field was more permissive, maybe ">= 6.1.0"?
The engine constraint has been loosened to >=6.1.0 in #20 and a new version 0.1.2 has been released to npm.
>=6.1.0
0.1.2
When installing with yarn on any node version other than 6.1.0, the install fails with:
To install, I need to pass --ignore-engines to yarn. It would be nice if the package.json "engines" field was more permissive, maybe ">= 6.1.0"?