I attempted to upgrade from Angular-cli beta.28 following instructions here: https://github.com/angular/angular-cli/wiki/stories-rc.0-update to the latest angular/cli due to a href overwrite bug...
Now when I run ng --version (to see what version I am on), I get the following error...How do I fix this? and if this is expected behavior, How due I determine my version now? The application appears to work well and the overwrite bug is fixed...
npm --version 4.3.0 PS C:\Users\tpfield\git\ode\ode-client> ng --version 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 --version + ~~ + CategoryInfo : ObjectNotFound: (ng:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException