-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@treecg/actor-init-ldes-client Error: Cannot find module '@rdfjs/data-model/lib/blank-node' #57
Comments
In conclusion: It looks like this was caused by @rdfjs/data-model not respecting semver, the 1.3.4 releases contains breaking changes, which in turn caused the upgrade from Pinning to |
@rdfjs/parser-jsonld is not installed when installing the ldes-client? |
Any update on this? |
@rdfjs/parser-jsonld isn't, but @rdfjs/data-model is:
|
I'm running into an error when trying to use the latest @treecg/actor-init-ldes-client (2.5.8):
stack trace:
This seems to be related to an indirect rdf-ext dependency rdf-ext/rdf-ext#89 .
Edit: while writing out the steps to reproduce I think I found the culprit. We're using
@rdfjs/[email protected]
to parser the output and this depends on @rdfjs/[email protected]. This seems to be incompatible with the versions used in @treecg/[email protected].Steps to reproduce:
npm install @treecg/actor-init-ldes-client
npm install @rdfjs/parser-jsonld
index.js
file similar to the one in the READMEnode index.js
in package.json filenpm start
The text was updated successfully, but these errors were encountered: