elasticsearch version support
Closed this issue · 0 comments
http-aws-es not working with the latest elasticsearch version.
When i try to build image, during the npm install
it fails for http-aws-es and elasticsearch with:
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: http-aws-es@6.0.0 npm ERR! Found: elasticsearch@16.7.2 npm ERR! node_modules/elasticsearch npm ERR! elasticsearch@"^16.7.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer elasticsearch@"^15.0.0" from http-aws-es@6.0.0 npm ERR! node_modules/http-aws-es npm ERR! http-aws-es@"^6.0.0" from the root project npm ERR! npm ERR! Conflicting peer dependency: elasticsearch@15.5.0 npm ERR! node_modules/elasticsearch npm ERR! peer elasticsearch@"^15.0.0" from http-aws-es@6.0.0 npm ERR! node_modules/http-aws-es npm ERR! http-aws-es@"^6.0.0" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
http-aws-es: 6.0.0
elasticsearch: 16.7.2