I installed Node 9.11.1 using nvm install
and my projects can use the updated features but whenever I reboot I get reset to v6.10.1. I've checked this answer nvm keeps "forgetting" node in new terminal session and upon typing nvm list
I see that the green arrow points to v6.10.1 but v9.11.1 is installed.
What do I need to do to make Node default to 9.11.1 after a reboot?