Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have been assigned a task where I have to run ng serve command in folder.

I have following folder structure.

ProjectFolder - > ClientApp - >Src
                            -> dist
                            -> e2e


I am running this command inside ProjectFolder and I am getting this error.The serve Command requires to be angular project but project definition could not found.

Is my path is wrong? In which folder shall I run this command ? ClientApp or Src?

If I make new project and serve this ng serve,it is working.

What I have tried:

I have runned inside ProjectFolder.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900