how to change the version of node you have installed code example
Example 1: use a specific version of node
nvm use {Node version}
Example 2: how to change node version
nvm use --delete-prefix $NODE_VERSION
example:
nvm use --delete-prefix v8.9.4