dominictarr / npmd

MIT License
450 stars 37 forks source link

npmd install grunt hangs #12

Closed matthewhadley closed 5 years ago

matthewhadley commented 11 years ago

running npmd install grunt hangs (npm equivalent is fine) npmd --sync is running at (over) 100% ok.

dominictarr commented 11 years ago

Confirmed.

I don't have time to fix this right now, but I have located the problem: grunt needs "underscore.string": "~2.2.0", which errors if I do

npmd resolve underscore.string@~2.2.0rc

It's the rc bit that breaks it - the problem is in this module https://github.com/dominictarr/npmd-resolve

I don't have time to fix it right now, but when I do, I'll use grunt as a test case.