Open j-barata opened 5 years ago
(I'm using npm 5.6.0 / node 9.4.0)
same behavior with npm 6.5.0 / node 11.8.0
downgrading rdflib version dependency to 0.15.0 resolves this issue
(must be done on both ldp-service and ldp-service-jena)
That's a pretty old version of rdflib. It won't have the fixes I applied to handle XMLLiterals properly.
Note also that I am in the process of significantly refactoring oslc-service so that it uses an LDP API instead of ldp-service Express middleware. This is because oslc-service (and therefore oslc-server) needs more flexible access to the underlying repository services. It is not possible to implement the OSLC methods by simply delegating to a fixed sequence of middleware services. Rather implementing a oslc-service method might required getting a number of LDP resources in a certain order in order to fulfill the request.
Hi
I'm not able to "npm install" the oslc-server because of this error :
404 Not Found: @solid/oidc-rp@^0.8.0
(I'm using npm 5.6.0 / node 9.4.0)