alanshaw / david

:eyeglasses: Node.js module that tells you when your package npm dependencies are out of date.
https://david-dm.org
MIT License
969 stars 70 forks source link

Update minimum supported Node.js version #166

Open LinusU opened 4 years ago

LinusU commented 4 years ago

Currently, the app cannot run on Node.js less than 6.0.0 because of a syntax error. This patch updates the "engines" field to indicate that that is the case.

Another approach is of course to restore compatibility with 0.10.1, but that version is really really really old right now 😅

LinusU commented 4 years ago

Here is the error btw.

Screenshot 2020-04-25 at 10 54 18
LinusU commented 1 year ago

ping @alanshaw