To list available local versions of node through NVM:

nvm ls

For example, if nvm ls returns:

$ nvm ls
     v4.3.0
     v5.5.0

You can switch to v5.5.0 with:

nvm use v5.5.0