open-services / open-registry

Community Owned JavaScript Registry
https://open-registry.dev
MIT License
267 stars 8 forks source link

npm.open-registry.dev serving malformed json for lodash #48

Open ihleonard-c3 opened 2 years ago

ihleonard-c3 commented 2 years ago
npm_config_registry=https://npm.open-registry.dev npm install lodash
npm ERR! Unexpected token i in JSON at position 209907 while parsing near '...s"},"license":"MIT"}icense":"MIT"}'

Lodash is working properly from the main npm registry, but as of early this morning, open-registry is serving bad json resulting in installation failure. I've tried clearing my local cache, running on a different machine, and simply curling the json metadata, and all show the same problem.

ihleonard-c3 commented 2 years ago

Just following up on this since I haven't gotten a response yet and the invalid json is still being served.

ihleonard-c3 commented 2 years ago

This is now happening to other libraries as well