ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + ng new abc + ~~ + CategoryInfo : ObjectNotFound: (ng:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
            Asked
            
        
        
            Active
            
        
            Viewed 232 times
        
    0
            
            
        - 
                    thanks it did clarify my doubts....it seems different solutions are working for different people ... in my case angular path was added already to the user variable path...but adding %AppData%\npm this to the system variable path ...worked for me.. – AAYUSH MOHTA Jun 18 '20 at 09:49
- 
                    Awesome! Happy coding. – Manish Jun 18 '20 at 10:43
