<t>The first path in the path variable needs to be the NPM path. Opening the Node.js command prompt I found that the ng command worked there. I dug into the shortcut and found that it references a command to ensure the first Path variable is NPM. <br/>
To Fix:<br/>
<br/>
- Right Clicked on My Computer (windows)<br/>
<br/>
- Selected Advanced System Settings<br/>
<br/>
- Clicked "Environment Variables"<br/>
<br/>
- Under "Path" variable, made the FIRST value listed
%AppData%\npm<br/>
<br/>
Once I did that I was able to close powershell and reopen and all worked.</t>