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 nvmn fnm (My go-to approach which is performance and version oriented, for non docker projects)Docker (Always suggest going for docker setup,