Skip to content
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

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

Open
j-barata opened this issue Feb 11, 2019 · 3 comments
Open

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

j-barata opened this issue Feb 11, 2019 · 3 comments

Comments

@j-barata
Copy link

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
Copy link
Author

(I'm using npm 5.6.0 / node 9.4.0)

same behavior with npm 6.5.0 / node 11.8.0

@j-barata
Copy link
Author

downgrading rdflib version dependency to 0.15.0 resolves this issue

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

@jamsden
Copy link

jamsden commented Feb 11, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants