I have downloaded a MEAN stack project saved on bitbucket and trying to run front end part (Angular 2) locally by navigating to the angular folder and doing ng serve but it is giving following error
"The serve command requires to be run in an Angular project, but a project definition could not be found."
I have installed latest version(7.0.4) of angular cli on my local machine.
Please help with this problem.
Thank you so much in advance.