I tried to install npm in my ubuntu 18.04 using apt-get, my thrown some errors called,
npm: depends: node-gyp (>= 0.10.9) but it is not going to be installed.
I found one solution that says install aptitude first the install npm using
sudo aptitude install npm
And then the npm installed successfully, but i cannot do any apt operations.
Please help me to fix this.
Thanks in advance.