I switched my default Node version with nvm and it took a while for me to realize that I needed to reinstall livedown globally, since nvm installs these global packages per-version of Node. Showing the user some kind of error message when livedown is not available would be helpful in figuring out why an installation that previously worked well suddenly stops working.
I switched my default Node version with
nvmand it took a while for me to realize that I needed to reinstalllivedownglobally, sincenvminstalls these global packages per-version of Node. Showing the user some kind of error message whenlivedownis not available would be helpful in figuring out why an installation that previously worked well suddenly stops working.