Use multiple node versions on a machine
TL;DR - Remove existing node installations, install nvm, install node versions under nvm nvm install <version>, use the version nvm use <version>
If you have already installed nodejs, lets start by removing it first
Make a note of the existing vers...
blog.rinoreji.in1 min read