I would like a little help from you with this problem that's make me crazy (Maybe it's an Obsessive Compulsive Disorder ¯ \ _ (ツ) _ / ¯ )
I have a project with Nodejs + Angular + Ionic that seems to have dependency problems when checking with the "node ls" command in your own folder i see "unmet peer dependency".
In "npm install" just showing warnings, but in "npm ls" show "unmet peer dependency". What is the relationship? And how can I do to solve it?
I have already updated nodejs 7.8.0, I have already re-installed the dependencies in the project folder with "npm install", but it still has not solved.
Command output "npm ls" that presents errors ...
Thank you all