I'm with npm version 2.15.5 . When doing an npm install
command, npm is warning me about the fact that NPM3+ will no more install some dependencies..
The peer dependency reflect-metadata@0.1.2 included from angular2 will no
longer be automatically installed to fulfill the peerDependency
in npm 3+. Your application will need to depend on it explicitly.
There is surely a good reason for that but I can't get it.. I put all my hopes in my package manager to be able to install the dependencies... So why It will not be the case with the latest version?