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.
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.My apologies. It just came to my attention that
-Version
accepts a value oflatest
. However, I still think an explicit parameter would be beneficial. It is more discoverable using the built in PowerShell help functionality.