I got the same issue, and the reason is
ng new app-name
it will create a new directory with app name and install everything in that.ng serve
and because your app is in sub directory it will not find package.json and throw the mentioned error.Solution is pretty simple. just move to the sub directory and then run ng serve