I am trying to install/ switch node version in fly using n since different build requires different version of node. n is able to download specified version but it is unable to installed to /usr/bin/node and still old version there.
05-Apr-2021 11:46:27 installed : v10.16.0 to /usr/local/bin/node
05-Apr-2021 11:46:27 active : v8.16.1 at /bin/node
when I run node --version command it returns the old version 8.16.1 apparently, n installed node to different location. is there a way to fix that? thank you in advance