You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
Yes, in the examples the Promise lib is loaded globally. Since most nodejs installations today support Promises out of the box I'm not sure if this is something that needs to be fixed.
Do you have an example code or the full stack of the error message? I think it's a jsonld error, but caused by hydra-core because of a missing parameter.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tried to experiment with hydra-core in nodejs:
var Promise = require('es6-promise').Promise;
to model.js. Seems to be loaded globally in the example filesoptions.uri is a required argument
Any idea?
The text was updated successfully, but these errors were encountered: