wikimatze/wikimatze.de

Remove npm the right way and install it again

wikimatze opened this issue · 0 comments

sudo rm -rf /usr/local/{lib/node{,/.npm,_modules},bin,share/man}
curl https://www.npmjs.org/install.sh | sudo sh
sudo npm install -g n
sudo npm update npm -g