optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Can't resolve 'lodash.isequal' after updating angular to v13.3.0 #202

Closed Muhammad-VII closed 2 years ago

Muhammad-VII commented 2 years ago

Describe the bug Can't resolve 'lodash.isequal' after updating angular to v13.3.0 this message appers to me on application serve after i updated to v13.3.0

Muhammad-VII commented 2 years ago

I ran npm i --force and it fixed it 🤷🏼

optimistex commented 2 years ago

@Muhammad-VII try v8.0.1 https://github.com/optimistex/ngx-select-ex/releases/tag/v8.0.1

add lodash.isequal to peerDependencies (fbe2f6b)

Does it solve the issue?

Muhammad-VII commented 2 years ago

@Muhammad-VII try v8.0.1 https://github.com/optimistex/ngx-select-ex/releases/tag/v8.0.1

add lodash.isequal to peerDependencies (fbe2f6b)

Does it solve the issue?

It's already fixed after running npm i 🤷🏻

ptbjocom commented 2 years ago

Problem solved after installing: "lodash.isequal": "^4.5.0"

npm i --save lodash.isequal