I am trying to install Azure CLi on my ubuntu 14.04 with command.
sudo npm install azure-cli -g
But it showing
sudo: npm: command not found
My npm configurations are.
npm version.
npm -v
3.10.5
which npm
/home/stack/.nvm/versions/node/v4.4.7/bin/npm
I don't know why it occurs.Please help me to solve this.