Open syah284 opened 1 year ago
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@">=5.0.0 <16.0.0" from angular-instantsearch@4.4.1
This error means that this package only support angular major version 5, 6, 7, 8, 9, 10, 11, 12, 13, 14 and 15. So Angular 16 and 17 is not yet supported.
Se this thread for more information: https://github.com/algolia/angular-instantsearch/issues/994
Describe the bug 🐛
I encountered an npm error with the following message:
To Reproduce 🔍
Steps to reproduce the behavior:
Expected behavior 💭
I expect the npm dependencies to be resolved without any errors. Instead, I encountered an npm ERR! ERESOLVE error, which prevented successful dependency resolution.
Screenshots 🖥
Environment:
Additional context N/A