How to work with multiple NodeJS versions using fnm?
Working with multiple NodeJS projects can be challenging at times with different
NodeJS version requirements. There are multiple tools that can help with working
with multiple versions like
* nvm [https://github.com/nvm-sh/nvm]
* n [https://github.com/tj/n]
* fnm [https://github.com/Schniz/fnm] (My go-to approach which