If you click on an AngularCLI project and export then type npm i and ng serve the project will not build. there appears to be 2 problems. 1st there is src folder nesting src/src needs to be moved to just src and 2nd a mismatch angular cli version. ng update may help with this.