dylang / npm-check

Check for outdated, incorrect, and unused dependencies.
https://www.npmjs.com/package/npm-check
MIT License
6.58k stars 237 forks source link

Incorrectly thinks my global modules are up to date #87

Open paulirish opened 8 years ago

paulirish commented 8 years ago

Here's npm outdated returning results, and npm-check finding none:

image

paulirish commented 8 years ago

Appears to be because @jonschlinkert's global-prefix miscalculates my global modules location.

paulirish commented 8 years ago

filed upstream https://github.com/jonschlinkert/global-prefix/issues/3

dylang commented 8 years ago

:heart:

jonschlinkert commented 8 years ago

working on this. I'll report here when it's resolved.

dylang commented 8 years ago

Thanks @jonschlinkert! Let us know if there's anything we can do to help.

TamsynUlthara commented 8 years ago

Did jonschlinkert/global-prefix#8 fix the upstream issue here?

jonschlinkert commented 8 years ago

I believe it was resolved. I'll need someone who had the issue to verify