I need to downgrade my Node version from 10.x to 8.12. It appears I should be able to run this command:
$ npm install [email protected]
That runs, says removed 1 package, updates 1 package...
But then I check version and it keeps returning my old version:
$ node -v
v10.11.0
Am I doing something wrong or misunderstanding the commands/process?