krg7880 / json-schema-generator

Generates draft v4 schema from a local file or a remote JSON url.
MIT License
174 stars 53 forks source link

`npm install -g json-schema-generator` fails with `npm ERR! cb() never called!` #4

Closed iki closed 9 years ago

iki commented 9 years ago
$ npm install -g json-schema-generator
...
npm http fetch GET http://npm-registry01.prd.nytimes.com/wordwrap/-/wordwrap-0.0.2.tgz
npm ERR! cb() never called!

either ditch their npm-shrinkwrap.json from the published package, or to make sure that it's not pointing to their private registry when they publish the package to the public registry ~ @othiym23 at https://github.com/npm/npm/issues/7146#issuecomment-70358849

krg7880 commented 9 years ago

This issue is now resolved

iki commented 9 years ago

thanks @krg7880, it works ok!