I have upgraded my node to version 20, and my angular 5 code is breaking because of that.
Errors that I am getting
npm info run [email protected] postinstall {code:0, signal:null }
npm info run [email protected]
postinstall {code:0, signal:null }
I just realised if I remove @angular/cli
And @angular/compiler-cli
npm info run [email protected] postinstall {code:0, signal:null }
This line doesn’t display.
For node modules my organization is using its own antifactory.
So what I am supposed to do?
Upgrading node version to 20 is the requirement it works perfectly fine with node version 12.
Do I also have to upgrade angular code ? or just fixing these node module should be fine ?