You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2018. It is now read-only.
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 product on older versions of node.
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
enginesblock to the package.json and specifying"node":">=4.0.0"should cause errors/warnings to be displayed to users trying to run our product on older versions of node.