Ng serve not working in unit testing app

After downloading the testing-demo folder and running npm install, I get the following error when trying ng serve:

An unhandled exception occurred: No projects support the 'serve' target.

My Angular CLI version is 11.2.5 and my Angular version in this project is 2.4.10.

Any help is greatly appreciated :slight_smile:

I decided to just create a new angular project with the latest version of angular. Then I just copied the testing folders from the provided project into my new project (01-fundamentals, 02-arrays-and-strings, etc.).

1 Like