Hello I have tried to uninstall my current node js (6.13.1) so I can install the newest one and run my script, so I've tried
brew uninstall node
and gone to usr/local/lib and deleted all node files, yet when I try
node --version
it still returns v.6.13.1. How do I get rid of 6.13.1? When I tried to install v16.4.1 it installed but was not the active node version.