I'm trying to uninstall node & npm and then install nvm

I tried following the directions of both tips on this on this thread

  1. when I entered the following no response was given and node -v 16.14.2 was still there
    pacman -Qs node local/nodejs 16.14.2 Evented I/O for V8 javascript

I`m still new to monjaro and this forum so if there is a more comprehensive tutorial on adding removing software like this it would be much appreciated :slight_smile:

pamac remove nodejs

That command merely lists packages related to Node.
https://man.archlinux.org/man/pacman.8


1 Like

This is the error I got…

Error: target not found: nodejs

Then you don’t have it installed. What is the problem you’re trying to solve?

Do you really have version 16 installed? Then you’re in a horribly outdated installation and you should update your system first.

What does node --version and where node print?