I'm newbie for working on angular. when I;m trying to execute the application from the terminal with the commmand "ng serve --open" I'm getting an error stating as like below :
"The serve command requires to be run in an Angular project, but a project definition could not be found."
I had taken a search in google I found that my ng versions and node versions should be same. I had cheked the versions with "ng v" command the versions are as like below :
angular cli : 8.3.22 node : 12.14.1
I'm unable to resolve the issue.