I just installed node and npm through the package on nodejs.org and whenever I try to search or install something with npm it throws the following error, unless I sudo the c
I Solve it by changing the owner from root to my user-name
sudo chown -R me:me /home/me/.config/configstore/
change me with your user-name and group .