angular2-image-popup
angular2-image-popup copied to clipboard
@angular/compiler" is set as just "2.4.4" in package.json, unmet peer dependency
I have @angular/core 2.4.6 installed and added this package, which resulted in rather confusing unmet peer dependency about @angular/complier requiring 2.4.4, as angular/core resolved to 2.4.6 so it used the top level one, but angular complier resolved to 2.4.4 so downloaded that to node_modules folder under angular2-image-popup, thus giving me two seperate angular compilers, one complaining about missing angular core.
Proposal: use "^2.4.4" instead of 2.4.4