lagoshny/ngx-hal-client

Old peer dependencies in package.json

Closed this issue · 2 comments

If you have installed the ngx-hal-client and then run "npm ls --production", you get an error, that the peer dependency of this lib is missing:

npm ERR! peer dep missing: @angular/common@^4.0.0, required by @lagoshny/ngx-hal-client@1.2.3
npm ERR! peer dep missing: @angular/core@^4.0.0, required by @lagoshny/ngx-hal-client@1.2.3

I have installed Angular 10.2.0.
The dependencies are configured here within the package.json:

"@angular/common": "^4.0.0",

"@angular/core": "^4.0.0"

Can you please update this section? Maybe it's something possible like ">=" instead of "^".

Thanks & Best regards,
Martin

Hi @MartinKutz , thank you for the issue. I changed peer dependencies in 1.2.4 version that already published. Try this version.

Wow, thank you for your very fast reaction. Version 1.2.4 fixes the problem.
Best regards,
Martin