I have cloned one of my old project from github and tried to install node_module
and found some vulnerabilities. To fix them I ran the following command
npm audit fix
there were still some more vulnerabilities, so I ran the forced fix command
npm audit fix --force
After that when I am trying to run the project I am getting this -
The Serve command requires to be run in an Angular Projects, but a project definition could not be found.