Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Specify Node Compatibility via "Engines" block of package.json #61

Open
LongLiveCHIEF opened this issue Dec 11, 2015 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@LongLiveCHIEF
Copy link
Contributor

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 product on older versions of node.

@LongLiveCHIEF LongLiveCHIEF self-assigned this Dec 11, 2015
@LongLiveCHIEF LongLiveCHIEF modified the milestone: v1.3 Dec 30, 2015
@lloeki lloeki added the bug label Dec 31, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants