Currently I always run sudo npm install but as I understand it\'s not correct.
sudo npm install
I want to have opportunity not to use it as root/Adm
You can also do:
sudo chown -R $USER /usr/local
and recursively change the files to your current user.