voidcosmos / npkill

List any node_modules 📦 dir in your system and how heavy they are. You can then select which ones you want to erase to free up space 🧹
https://npkill.js.org
MIT License
8.31k stars 188 forks source link

Size and last_mod are missing in v0.12.1 #179

Closed TheMikeyRoss closed 5 months ago

TheMikeyRoss commented 5 months ago

Describe the bug When I run npx npkill I face this issue https://github.com/voidcosmos/npkill/issues/178 and then when I press any key I see the paths but the last_mod and size are missing (see screenshots below)

To Reproduce Steps to reproduce the behavior:

1- Be in windows 10 2- Run npx npkill 3- Press any key to make the paths show up (from the issue https://github.com/voidcosmos/npkill/issues/178) 4- No matter how long you wait, you won't be able to see the size or last_mod

Expected behavior It should show the size and last_mod (or at least just the size) similar to the gif in the readme.md

Screenshots

The screenshot below is after 10+ minutes wait

image

zaldih commented 5 months ago

Fixed in v0.12.2.