I'm very new to angular and i am learning from a project that has been developed some months back.
node v is 12.13.1 npm v is 6.12.1
- I'm working in windows Operating system.
- when i tried ng --version or ng -v or ng v it is showing "the term ng is not recognized as the name of a cmdlet in angular".
- But using npm list -global --depth 0 shows me that @angular/cli@8.3.21.
- to run the application im using npm start since ng serve is not working.
I tried Updating angularCli by following the steps given in the below link but still the same. https://www.npmjs.com/package/@angular/cli
please help me to solve this issue. Thanks in advance.