So every time I clone an angular project that has an older versions without node_modules folder and after that typing npm install to install all dependencies needed I get a lot of warnings and errors about versions.
This is what I get :
This is angular project version that I cloned:
This is my angularCLI version:
So my question, is there a way that I can clone any project that has older versions and install it's dependencies corretly without any error ?