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.33k stars 188 forks source link

gar dependency is deprecated #174

Open kitschpatrol opened 8 months ago

kitschpatrol commented 8 months ago

Describe the bug The argument parser package gar, which is a dependency of get-folder-size, is deprecated. As a result, Npkill throws a warning during installation.

To Reproduce

  1. Install Npkill globally:
npm install -g npkill
  1. Get warning:
npm WARN deprecated gar@1.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

Expected behavior Warning-free installation.

zaldih commented 8 months ago

Thank you for letting me know!

I will take a look at this along with other issues these days.