0
I recently started a project but my Ode has a small error and I need to remove it. The following question is how to completely remove Node.js using the Arch-linux terminal ?
And when executing the command Pacman -R Node as super user I get this error:
erro: não foi possível abrir o arquivo /var/lib/pacman/local/firefox-58.0.2-1.1/desc: Arquivo ou diretório não encontrado erro:alvo não encontrado: node
Wouldn’t it be something like
pacman -R node
?– Woss
No, I tried for this and it didn’t work. I remember when I installed Node I ran so sudo npm install nodejs
– Mike Otharan
Did you use a Node-dependent package manager to install Node? Weird.
– Woss