node-viewmodel
node-viewmodel copied to clipboard
Dropping support for node 4
Are you guys open to the idea of dropping support for node4? I ask because of a couple of reasons.
- On 30 April 2018 node 4 hit end of life, and node.js themselves no longer support it. https://github.com/nodejs/Release
- Firestore requires node>=6.0.0, and the firestore plugin I've developed won't work with node4.
Thoughts?
dropping support, yes. but this should not mean, it should not run with node 4... just my opinion
Just an idea, couldn't we check node version if plugin is initialized ( process.version ), and then output an appropriate warning/error message just for this plugin?
can do this also for all plugins and check the engines value in the appropriate package.json
=> https://github.com/googleapis/nodejs-firestore/blob/master/package.json#L8
much better!
@rickerbh ?
I just created a branch: https://github.com/adrai/node-viewmodel/compare/warn-version-mismatch