I created project Angular + Nodejs with this tutorial: "https://youtu.be/DqtKuXFfhsQ". When I want to debug project in Visual Studio Code 2017 by "ng serve", Studio Code says me:
D:/ ... "SOME PATH"> ng serve
ng : The term 'ng' is not recognized as the name of a cmdlet, function, script file, or operable p
rogram. 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 serve
+ ~~
+ CategoryInfo : ObjectNotFound: (ng:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
In PowerSheel works ng serve --open, but in Visual Studio Code is not working. What should I do to repair my problem? Thanks