Change the installation directory of npm -g
To prevent to pollute the environment, create a local_dir then
npm config set prefix local_diror just edit the .npmrc
prefix=local_dirand set $PATH to include local_dir/bin
export PATH=local_dir/bin:$PATH