aaronpowell / ps-nvm

PowerShell module for managing multiple Node.js versions
MIT License
127 stars 25 forks source link

Consider a "latest" parameter for Install-NodeVersion #98

Closed bladeoflight16 closed 3 years ago

bladeoflight16 commented 3 years ago

It would be convenient if the Install-NodeVersion function had a parameter that automatically selected the most up to date stable version of Node available to install.

Install-NodeVersion -Latest

My apologies. It just came to my attention that -Version accepts a value of latest. However, I still think an explicit parameter would be beneficial. It is more discoverable using the built in PowerShell help functionality.

bladeoflight16 commented 3 years ago

Nevermind. This is a bad idea. My apologies.