This repository was archived by the owner on Mar 7, 2018. It is now read-only.
This repository was archived by the owner on Mar 7, 2018. It is now read-only.
Open
Description
Our product will not work on legacy versions of node, due to some of the dependencies using native api's that weren't present until node v4.
(See #60)
Adding an engines
block to the package.json and specifying "node":">=4.0.0"
should cause errors/warnings to be displayed to users trying to run our
5D06
product on older versions of node.