Open aurerua opened 6 years ago
Hi @aurerua, thanks for reporting. Though sometimes it is normal, for example, bootstrap requires jquery - but we don't use any of bootstrap jquery functions, so it's totally fine here. Or angular2-toaster doesn't have (could have already) a version requiring the latest angular - though working totally fine with the current version.
Anyway, will try to keep the missing peer dependencies list as small as possible.
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
ngx-admin
currently uses angular 5, yet some included packages require angular 4, as can be shown from these npm warnings after doing npm install:How should these dependencies be resolved?
Expected behavior:
I would expect
ngx-admin
not to contain missing peer dependencies within its own selection of packages. Is it that the functionality provided byngx-admin
is not affected by the mismatch?Steps to reproduce:
I did not get any warning after the first
npm install
. So installing a new package or just running a second timenpm install
was required to reproduce the issue.Other information:
npm, node, OS, Browser
On Windows 7.