Set a Default Node Version with nvm

1 · David Walsh · Aug. 9, 2021, 4:30 p.m.
As I’ve shown you in the past, nvm an excellent utility for switching between Node.js versions. Whether your host machine or CI, building and testing your apps on different Node versions is a necessity. I’ve recently found a few nvm commands that I found really useful during local development. To set a default node version […] The post Set a Default Node Version with nvm appeared first on David Walsh Blog. ...