dominictarr / npmd

MIT License
450 stars 37 forks source link

package.json missing npmd-config #77

Closed dylang closed 10 years ago

dylang commented 10 years ago
npmd install something

module.js:340
    throw err;
          ^
Error: Cannot find module 'npmd-config'

Learned about this on the latest NodeUp. Excited to try an alternate client.

dylang commented 10 years ago

Looks like you might have already seen this: https://github.com/dominictarr/npmd/commit/a6821f41d273583c201309c9b6431aefb74bbd4d

dominictarr commented 10 years ago

npmd@1.3.3

dominictarr commented 10 years ago

I had fixed that in my dev folder, but had forgotten to publish it.

dylang commented 10 years ago

Looks good, thanks!