rx-query icon indicating copy to clipboard operation
rx-query copied to clipboard

Error on peer dependency

Open TimoPot opened this issue 2 years ago • 1 comments

Since npm 8.6.0 peer dependencies are handled strictler.

Now we get the error below:

npm ERR! Could not resolve dependency: npm ERR! peer rxjs@"^6.0.0" from [email protected] npm ERR! node_modules/rx-query npm ERR! rx-query@"^1.0.2" from the root project

Please allow rx-query to work with recent versions of rxjs and update peer dependency accordingly.

TimoPot avatar Jul 18 '22 07:07 TimoPot

Feel free to create a PR to update the (peer)dependencies

timdeschryver avatar Jul 18 '22 15:07 timdeschryver

Part of #37 thxs to @timdeschryver

SchlammSpringer avatar Sep 03 '22 07:09 SchlammSpringer

Should be resolved in v2.0.1 If that's not the case feel free to open a new issue.

timdeschryver avatar Sep 05 '22 11:09 timdeschryver