Open lindner opened 5 years ago
Greetings! Sorry for the comically lengthy delay. Can you share some reproduction steps for this? I am having a little trouble causing this failure. What I tried:
mkdir espirrrr
cd espirrrr
npm init -y
npm install express-pouchdb@4.1.0
npx jsgl --local .
That leads to this output:
$ npx jsgl --local .
Checking package.json...
WTFPL: argsarray@0.0.1
espirrrr@1.0.0 -> express-pouchdb@4.2.0 -> pouchdb-all-dbs@1.1.1 -> argsarray@0.0.1
WTFPL: spark-md5@3.0.1
espirrrr@1.0.0 -> express-pouchdb@4.2.0 -> pouchdb-find@7.2.2 -> pouchdb-abstract-mapreduce@7.2.2 -> pouchdb-mapreduce-utils@7.2.2 -> pouchdb-utils@7.2.2 -> pouchdb-md5@7.2.2 -> spark-md5@3.0.1
WTFPL: truncate-utf8-bytes@1.0.2
espirrrr@1.0.0 -> express-pouchdb@4.2.0 -> sanitize-filename@1.6.3 -> truncate-utf8-bytes@1.0.2
WTFPL: utf8-byte-length@1.0.4
espirrrr@1.0.0 -> express-pouchdb@4.2.0 -> sanitize-filename@1.6.3 -> truncate-utf8-bytes@1.0.2 -> utf8-byte-length@1.0.4
4 non-green licenses found.
Thanks!
I believe that the following library is failing to be found due to leading zeros in the version. This may be a semver issue.
Here's the error that I am seeing: