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.
I am trying to install
mashlib
, a data browser for our pod host, but this is what I get:So, naturally, I assume that version of rdflib doesn't exist. Except it does:
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
.