Skip to content
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.

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

@LongLiveCHIEF

Description

@LongLiveCHIEF

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions