Node version not updating after “nvm use” on mac
Adding few notes about my experience on debugging this problem. First, I started out with the command provided by Jonathan which -a node and got the same output as op: /usr/local/bin/node /Users/<my-user>/.nvm/versions/node/v8.10.0/bin/node Moving on to the next comment by Jonathan: Have you installed Node via Homebrew as well?, I tried uninstalling node by brew uninstall … Read more