When i install iconv with npm got the following error:
iconv
npm
iconv@2.1.0 install /root/Dropbox/nodeApps/nodeApp/node_modules/iconv
the problem was because of ~/.bashrc was not loaded on ssh login. I put PATH vars to ~/.bash_profile and it's ok
~/.bashrc
PATH
~/.bash_profile