'Would there ever be a case where we shouldn't use the latest version of node with the latest version Angular?

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?



Solution 1:[1]

I'm not aware of anything that may create a problem here, so yes, but...

As this answer mentions it, you'll find in this link every node version that are safe to use with the version of angular you're using.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Raphaël Balet