to switch node versions: nvm use system (switches version to system default) to switch node version to a specific version for a directory: nvm use <VERSION>
NPM will not work unless you set a node version with nvm, so always set one before hand when you’re trying to get node to work.
MacOS Info
to open the current working directory in finder use open . the . tells UNIX to use the current directory.