OSLC / oslc-server

A minimal OSLC server that uses the oslc-service and ldp-service and can be accessed using a browser REST client.
http://oslc.github.io/developing-oslc-applications/oslc-open-source-node-projects.html
Apache License 2.0
10 stars 5 forks source link

404 Not Found: @solid/oidc-rp@^0.8.0 #10

Open j-barata opened 5 years ago

j-barata commented 5 years ago

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)

j-barata commented 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

j-barata commented 5 years ago

downgrading rdflib version dependency to 0.15.0 resolves this issue

(must be done on both ldp-service and ldp-service-jena)

jamsden commented 5 years ago

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.