Further reading
It is often useful to switch versions of Python and NodeJS to test the app before upgrading it. To do this, I’d recommend pyenv
(https://github.com/pyenv/pyenv) and n
(https://github.com/tj/n) for Python and NodeJS, respectively.