mbrevoort / node-reggie

An experimental light weight alternative to a full blown npm registry
416 stars 50 forks source link

Resolving error "TypeError: The super constructor to "inherits" must not be null or undefined" #58

Open lealhugui opened 6 years ago

lealhugui commented 6 years ago

This error is thrown from restify's dependency. This PR changes restify for express. Resolves #56

lealhugui commented 6 years ago

The error on Travis is from node version. 0.8 as a target is way outdated. Shouldn't be updated?