Is it critical to remove npm?

Started by tomsiduction, 2020/01/17, 17:08:26

Previous topic - Next topic

tomsiduction

Hello

My diskspace on / is running out.
I am wondering  (debfoster gave me a hint) to remove npm.

Is there a risk if I do so?

Regards

paxmark2

I don't know.
You probably already did apt clean and investigated via   journalctl --disk-usage  and did some version of sudo journalctl --vacuum-size=1G  details of course in man journalctl and also investigated what parts of / had too much via ncdu    a la    cd /var        and then     ncdu   


tomsiduction

Hello
Thank you very much

I got some space by removing old files from /lib/modules.

As I am not writing any kind of code I thought it might be helpful to remove npm.

Regards