Thursday, November 29, 2018

Change Node.js Version Easy

Install nvm.

Commands:
nvm list.

Example: nvm install 8.11.2
nvm use 8.11.2
DONE