Exploring angular for the first time by working on a project developed a few months ago.
Current versions: node v 12.13.1, npm v 6.12.1
- Operating on a Windows system.
- Encountering issues with the ng command - "the term ng is not recognized as the name of a cmdlet in angular" when using ng --version or ng -v or ng v.
- However, npm list -global --depth 0 displays @angular/ [email protected] suggesting angular is installed.
- For running the application, using npm start as ng serve is not functional.
Attempted to update angularCli following instructions from: https://www.npmjs.com/package/@angular/cli
Seeking assistance in resolving this issue. Thank you in advance.