I did a bunch of commands weeks ago that caused the following message to appear every time I access iTerm:
npm update check failed
Try running with sudo or get access
to the local update config store via
sudo chown -R $USER:$(id -gn $USER) /folder/folder/.config
How do I remove this message? And anything else it could have dumped in my computer?
It's a persistent message at log on. Unfortunately, I do not know what commands triggered this. And .bash_history file didn't help me find which command caused this.