LDflex / Query-Solid

Simple access to data in Solid pods through LDflex expressions
https://solid.github.io/query-ldflex/
MIT License
66 stars 15 forks source link

Node setup instructions incomplete #29

Closed NoelDeMartin closed 5 years ago

NoelDeMartin commented 5 years ago

I've tried to use this in a brand new app using node and my guess is there are some setup instructions missing. In particular, something about setting up the comunica engine. I've tried installing the @comunica/actor-rdf-source-identifier-hypermedia-qpf dependency as suggested by the error message, but that creates other issues.

I've reproduced the error in a hello world app here: https://codesandbox.io/s/solid-ldflex-hello-world-or9so?fontsize=14&module=%2Fsrc%2FApp.vue

RubenVerborgh commented 5 years ago

The instructions are fine, but something seems broken with the dependencies perhaps.

rubensworks commented 5 years ago

Seems to be related to a recent Comunica update, will look into it.