ramda / ramda-lens

:ram: :mag_right: Lens library built on ramda
183 stars 15 forks source link

Installation with Yarn fails without --ignore-engines option #19

Closed jtormey closed 7 years ago

jtormey commented 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"?

scott-christopher commented 7 years ago

The engine constraint has been loosened to >=6.1.0 in #20 and a new version 0.1.2 has been released to npm.