Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Fehlermeldung: ng serve The serve command requires to be run in an Angular project, but a project definition could not be found.

16.12.2020 (👁4070)

 

Problem:

ng serve The serve command requires to be run in an Angular project, but a project definition could not be found.

 

Lösung:

man muss in den Ordner wechseln, in welches die Angular Anwendung erstellt wurde

Hier:

PS D:\Programmierung\Angular\Kurs> ng new myapp01

Anschliessend muss man mit

cd myapp01

in das Unterverzeichnis wechseln

Fehlermeldung in Windows PowerShell

Der Befehl "git" ist entweder falsch geschrieben oder konnte nicht gefunden werden.

PS D:\Programmierung\Angular\Kurs> ng serve

The serve command requires to be run in an Angular project, but a project definition could not be found.

 

Lösung:

Man muss in das Angular Verzeichnis wechseln, in welches das Projekt erstellt wurde

Bei korrekter Funktion sollte die Anwendung wie hier aussehen