Siduction Forum

Siduction Forum => Software - Support => Topic started by: tomsiduction on 2020/01/17, 17:08:26

Title: Is it critical to remove npm?
Post by: tomsiduction on 2020/01/17, 17:08:26
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
Title: Re: Is it critical to remove npm?
Post by: paxmark2 on 2020/01/17, 19:32:50
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   

Title: Re: Is it critical to remove npm?
Post by: tomsiduction on 2020/01/18, 19:28:03
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