Local workspace file (‘angular.json’) could not be found. But same code works in another computer
it’s probably because your global @angular/ cli, project @angular/cli version or @angular/compiler-cli doesn’t match. Debugging this first of all run to check the global version of your angular, then compare the version with your angular project versions. if it matches with them or no. If something doesn’t match, update or downgrade it. For example to … Read more