I created a project following all the instructions in the Angular CLI website, but when I try to build the project it gave an error like this:
Same project I build using npm start command after npm install
- Please advise whether this a good approach or not
- If I want to use CLI how can I fix it?
- Is installing a node module inside the project good or bad?

npm install -g @angular/cli... then create the project.