Ubuntu – npm tries to install other version of node than selected by nvm
I have an issue with npm. It tries to install node version 14.21.3 which i was using before for other projects even though I choose version 20.17 using command nvm use 20.17. I uninstalled npm and node with clearing all…