Hey everyone, I'm encountering an issue with opening a project developed in Angular 5.2.0 with Angular CLI version 1.7.4, while my Angular CLI version is 14.0.7... I ran "npm install" without any errors, but when I run "ng version" to check the local Angular version, I get an error "Cannot read properties of undefined (reading 'write')". I also tried "ng serve --open" but it's not working.
Here are the steps I took and their outcomes: 1. Ran npm install - successful; 2. Ran ng version to check the local Angular package version - Error: "Cannot read properties of undefined (reading 'write')"; 3. Ran ng serve --open to open the app - Again, the same error as above.