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.
If you click on an AngularCLI project and export then type
npm iandng servethe project will not build. there appears to be 2 problems. 1st there is src folder nestingsrc/srcneeds to be moved to justsrcand 2nd a mismatch angular cli version.ng updatemay help with this.