Via river.
Via river.
This tool allows you to list any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space. Yay!
Via Mastodon.
Via river.
Via river.
Open a command prompt (cmd.exe) as administrator. Type:
diskpart and hit ENTER after each command;
the prompt changes to DISKPART>
list disk to get a list all mounted physical disks.
Now, type select disk xy, e.g. select disk 1.
after the disk is selected, type:
uniqueid disk to show the signature of the disk.
To learn more, type help uniqueid disk
To change the signature, type: uniqueid disk ID=NEWSIGNATURE
(I suggest to increasing or decreasing the (hexadecimal) id by 1, [1-9A-F])
Finally, type exit, then reboot.
Via river.
Via river.