I have set the environment $PATH
in the .bashrc
file for node and npm to be in /home/username/bin/
. When i check with which node
for instance it points in the right place, that being /home/username/bin/node
, YET when i try to node -v
or node
i get the bash: /usr/bin/node: No such file or directory
(the main location) so it does not get over it.
What can i do to set the priorities of them binaries?