I need to install some global packages by NPM on centOS 6.5
more specifically i need to install forever , which is a command line tool
sudo npm install -g forever
but no way i am getting forever to run from comand line
forever
i think there is some issue in the default location of my npm installations since i tried with few other packages and the same command line binary packages are not getting installed or may be getting installed in wrong location
can you please help me figure this out