angular-contrib icon indicating copy to clipboard operation
angular-contrib copied to clipboard

@angular-contrib/common does not depend on @angular-contrib/core

Open pauldraper opened this issue 5 years ago • 2 comments

It appears that the npm package @angular-contrib/common does not list @angular-contrib/core as as dependency, but it should.

pauldraper avatar Dec 01 '19 09:12 pauldraper

Ah, I see that it is a peer dependency. IMO should be a regular dependency; I probably don't need to select both a version of common and core.

pauldraper avatar Dec 02 '19 04:12 pauldraper

Yeah doing npm install @angular-contrib/common as the doc suggests isn't enough, you need to do npm install @angular-contrib/core as well. It should be a regular dependency.

Yohandah avatar Jul 08 '20 09:07 Yohandah