So I\'m trying to clear out older versions of node.js.
I start with:
$ nvm ls
v0.10.30
v4.2.3
-> v6.6.0
system
It works now, in nvm version 0.35.1. Or at least it worked for me.
If the node version we want to uninstall is the currently used one though, before uninstalling it we need to nvm use
another version.
removing manually:
cd ~/.nvm/versions/node
sudo rm -rf v4.2.3/
cd ~/.nvm/versions/node rm -Rf v4.2.3
// Try clearing cash nvm cache clear