Error for angular 7.2 Data path “.builders[‘application’]” should be object, updating angular.json doesnt work
Schema validation failed with the following errors: Data path “.builders[‘application’]” should be object
I have an angular project that I have to clone first from a git source before proceeding with working on it, I cloned it, the angular version was 7.2, My nodejs i updated to 20.15.1 LTS and angular is 18.1.0 globally, I changed both the global and local versions of angular to 7.2. I am still getting error mentioned in the title, I tried what was mentioned under some of the questions on stackoverflow as well, I deleted and cloned the project and ran npm install again but unfortunately the errors persist.