I have an Angular 4 project that I created a couple of months ago. When I go into the Angular project folder and type in ng serve, I get this error:
You have to be inside an angular-cli project in order to use the serve command.
Any idea what is wrong?
Is there some specific file that I can verify is there?
As a side note, I create a ng new Folder2 and was able to successfully run ng serve in that folder.
angular cli? if so, do you have file.angular-cli.jsonin a project folder? Otherwise you might be running theng servecommand from the wrong folder..angular-cli.jsonis there. Going down another level (outside of the project) didn't help..angular-cli.jsonhas"apps": [ ]property declared and what is your cli version on a project?