I am trying create an angular6 project using the command "ng new project(project_name)" in integrated teminal of visual studio code. After creating few dependencies it is showing as below: enter image description here/d : The term '/d' 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 + /d /s /c npm install --quiet + ~~ + CategoryInfo : ObjectNotFound: (/d:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
Package install failed, see above.