Closed vid closed 2 years ago
This can't be right. Let's start with your setup. What version of node/npm are you using? I just npm installed shaperone-wc
in an empty repository without issues. npm@6.14.15
I'm two versions ahead:
$ npm -v
8.1.0
OK, if I downgrade to npm@6.14, it works. That doesn't seem like the best practice, though.
Aha, so turns out I had the peer dependency range wrong. It has to be >=1
for it to match v1.x of @rdfjs/types
. npm now automatically installs peer deps so it became a problem.
It's fixed now with @rdfine/shacl@0.8.5
. You don't need to do anything on you end, just install again.
It looks like there may be an unpublished package?
Thanks!