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
Install Npkill globally:
npm install -g npkill
Get warning:
npm WARN deprecated gar@1.0.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
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
Expected behavior Warning-free installation.