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.
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.