[AngularJS] Re: Error: The serve command requires to be run in an Angular project, but a project definition could not be found.

2020-07-29 Thread Paulo Silva
Yes Sander, you are correct. I created two folders called Netflix and my full path was: C:\Projetos\Netflix\Netflix and when i was called my project i did: C:\Projetos\Netflix -> ng serve -o. I was doing wrong. Em quarta-feira, 29 de julho de 2020 07:38:43 UTC-3, Paulo Silva escreveu: > > I

[AngularJS] Re: Error: The serve command requires to be run in an Angular project, but a project definition could not be found.

2020-07-29 Thread Sander Elias
I never heard of this issue. its something like: ``` ng new myNewProject cd myNewProject ng serve ``` Op woensdag 29 juli 2020 om 12:38:43 UTC+2 schreef pja...@gmail.com: > I created a new project in Angular and when i try to run(ng serve) i get > this error: >> >> The serve command requires