8000 Specify Node Compatibility via "Engines" block of package.json · Issue #61 · lloeki/matterfront · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
Open
@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 5D06 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

    0