PR 176 makes RxJS a peer dependency of knora-api-js-lib to avoid version conflicts.
This means that RxJS has to be installed separately before tests are run or the lib is built, e.g. with yalc.
Peer dependencies are not installed by npm install
.
The README
has been updated accordingly.