Installed node from snap

I previously had node installed from a different method

but after installing with snap and i did node -v i get this

`bash: /home/nick/.nvm/versions/node/v14.21.3/bin/node: No such file or directory

i am assuming i must change the environment settings but do not know how :confused:

It looks like you have something changing your PATH variable - Iā€™d check in your .bashrc file first and maybe remove that line?

1 Like

thanks i did that and node -v works now :slight_smile:

1 Like