SyntaxFix
Write A Post
Hire A Developer
Questions
For people who have simply cloned a project and trying to run it, you need to run npm install first. I totally forgot to run this and was simply running ng serve before installing node modules.
npm install
ng serve