Subscribe on changes!

Nodejs compatibility

avatar
Nov 3rd 2021

Version

3.2.21

Reproduction link

github.com

Steps to reproduce

Try having nodejs 14 and use vue-next 3.2.7. It will break saying node 16.5.0 is required. While using with vue-next 3.2.6 (which is just one patch earlier), it requires noidejs v10.0.0 or above.

What is expected?

There should not be this sudden change in engine while releasing a patch version of the library.

What is actually happening?

This should work with atleast nodejs v12 or v14 so that upgrades can be possible in a corporate environment. This sudden spike in version requirement should come as part of breaking change and not patch.


Please see to it if engine can be reduced to v12.19.0 or lower, or v14.15.0 or lower for wider audience. Or can be maintained with v10+ to keep align with v3.2.6

avatar
Nov 3rd 2021

Vue and it's @vue/* published packages are still compatible with the same versions of Node. This change is just for the collaborators of the repo.