lloeki / matterfront

Mattermost frontend app for OS X, Windows and Linux
MIT License
152 stars 27 forks source link

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

Open LongLiveCHIEF opened 8 years ago

LongLiveCHIEF commented 8 years ago

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.