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
Thank you @alexkreidler, I noticed that too. TL;DR; the paths are different in dev (./src) than in the built package. You'll see that I started #80 but it's not done yet.
For the time being you might instead import from @zazuko/rdf-vocabularies/datasets or @zazuko/rdf-vocabularies/datasets/prefix
buildPath is returning
node_modules/@zazuko/ontologies
instead of the correctnode_modules/@zazuko/rdf-vocabularies/ontologies
.Additionally, the
vocabularies()
function should properly throw an error if it reads files in the wrong location.Thanks for this tool!
The text was updated successfully, but these errors were encountered: