I've run into this issue recently, which has never occured before, and I'm not sure what I'm supposed to be doing.
I tried running 'ng serve' to view my Angular project, but I got an error that looks something like this:
ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable program.
I searched this up online and found a solution, so I thought this was a one time thing. I tried running a different package just now (nodemon, in this case) and got the same error. It seems that the packages I need to run through the command line are not working. I haven't tried uninstalling Node just yet but I've tried reinstalling the packages, deleting the entire project folder and cloning from my Github repository, deleting node_modules...nothing so far.