Would there ever be a case where we shouldn't use the latest stable version of node
with the latest version Angular
? Whenever I read the Angular
update guide, there is always a mention of the minimum version of node
to be used with that version Angular
. So rather than worrying about using the minimum version of node
, just use the current stable version.
Are there any drawbacks to doing that?