SNVM is a powershell script tool to manage NodeJS versions on Windows Environments.
To install snvm, perform the following steps:
- Download the script and place it inside the Windows user's home folder.
- Download snvm from releases.
- Unzip the downloaded file and move the
snvm.ps1script into the user folder inC:\Users\$env:USERNAME\.
- Create a PowerShell profile file if you haven't already.
- In
C:\Users\$env:USERNAME\Documents\WindowsPowerShell\create the following fileMicrosoft.PowerShell_profile.ps1
- Within the profile file, assign an alias to the script as follows:
Set-Alias snvm "C:\Users\$env:USERNAME\snvm.ps1"snvm list