Search code examples
node.jsangularangular-upgrade

Angular and NodeJS version conflict


I have a Angular application that is currently running version 6. I am working on updating the version to at least 12. The issue I have is that the node version is 14.15.0 does this matter at the moment? Since no code changes are being done just working on dependencies, updating to each version, etc. does the node version matter?


Solution

  • Technical:

    You should have a look at the compatibily table here: Is there a compatibility list for Angular / Angular-CLI and Node.js?

    seems like you angular version is for node 8. Consider to upgrade your angular project to at least Angular 9 (should not be that hard depending on your project).