angular2-image-popup icon indicating copy to clipboard operation
angular2-image-popup copied to clipboard

@angular/compiler" is set as just "2.4.4" in package.json, unmet peer dependency

Open hefox opened this issue 9 years ago • 0 comments

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

hefox avatar Feb 08 '17 02:02 hefox