secretyouth / react-datez

An easy to use, customizable mobile-friendly datepicker.
MIT License
126 stars 24 forks source link

node engine points to specific version 6.2.2 #5

Closed yaring closed 7 years ago

yaring commented 7 years ago

When running yarn install I'm getting the error: error react-datez@1.1.23: The engine "node" is incompatible with this module. Expected version "6.2.2".

We should not restrict the node version to 6.2.2

secretyouth commented 7 years ago

Viewed your PR. Nice.

Was using a package.json which was part of an AWS deployment that needed to be locked down.

Thanks!