Mahamodul Shakil
Mahamodul Shakil

Reputation: 47

Unable to serve angular application with ng serve --open

here is the error showing in my powershell

this is the error when I run this command ng serve --open

Angular CLI: 9.0.6 Node: 12.16.1 OS: win32 x64

This is my angular cli version:

enter image description here

Upvotes: 0

Views: 1095

Answers (1)

Tushar
Tushar

Reputation: 2078

I'm not sure why this error comes. I think you should try to run Angular application by : ng serve instead of ng serve --open .

I think the issue is because of an environment variable of your system path is missing . Add "C:\Windows\System32\" value to your system PATH variable.

Upvotes: 1

Related Questions