linkeddata / rdflib.js

Linked Data API for JavaScript
http://linkeddata.github.io/rdflib.js/doc/
Other
564 stars 143 forks source link

Issue with 2.2.14 release preventing downstream package from installing #537

Closed ianconsolata closed 2 years ago

ianconsolata commented 2 years ago

I am trying to install mashlib, a data browser for our pod host, but this is what I get:

❯ npm install --save mashlib
npm ERR! code ETARGET
npm ERR! notarget No matching version found for rdflib@^2.2.14.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.

So, naturally, I assume that version of rdflib doesn't exist. Except it does:

❯ npm view rdflib

rdflib@2.2.14 | MIT | deps: 7 | versions: 120
an RDF library for node.js. Suitable for client and server side.
http://github.com/linkeddata/rdflib.js

I checked on the npm site, it also lists 2.2.14 as the most recent version. |

npm install rdflib installs version 2.2.13.

I am not sure exactly what what is going on here, but it seems to be related to the recent 2.2.14 release. I verified that my coworker @travis in a different city experienced the same behavior. We would love to know if others in other locations experience this issue too. Or, if you have suggestions for how I can workaround this to install mashlib.

bourgeoa commented 2 years ago

I had temporarily the same problem. But not anymore. Npm server issue ???

ianconsolata commented 2 years ago

I am still having the issue. It does seem like it might be npm.

bourgeoa commented 2 years ago

Seems to be resolved now with adding a simple commit