I tried to run a project downloaded from github. Unfortunately, during npm install the following warnings were shown. I tried to change the version based on thi
npm install
I had a similar issue and solved after running these instructions!
npm install npm -g npm install --save-dev @angular/cli@latest npm install npm start