0
votes

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.

1

1 Answers

0
votes

'ng new project(project_name)' - it's not like that your command should like - 'ng new project_name' EXAMPLE - ng new dreamapp.

in case if it doesn't work try this from scratch you will definitely solve this problem LINK