nvm-windows
nvm-windows copied to clipboard
A node.js version management utility for Windows. Ironically written in Go.
The installer currently tries to install nvm to the user account that was used to grant administrator access, instead of the user that invoked the installer. For example, if your...
**Issue:** 1.1.9 no longer pops up UAC to asks to to change node/npm, it just FAILS straight away with `exit status 5: Access is denied` **How To Reproduce:** 1. Have...
nvm-windows cannot be used in parallel, or used in ci/cd runners that have more than 1 job running at once, because it modifys global values on the machine It should...
Current runElevated seems to have issues elevating from non-admin terminal. This change should resolve the elevation issue and return the nicer usage, mirroring the interface for `exec.Command`. This change currently...
**Issue:** After a fresh installation of nvm the application does not work but fails with the error message "C:\Users\_USERNAME_\AppData\Roaming\nvm could not be found or does not exist. Exiting." This happens...
Hi, have read a similar #767 , but I'm experiencing slightly different problem on 1.1.9: - the same "no elevation prompt is attempted" by NVM.exe, but it fails with other...
We have nvm on a Windows Server system with several node versions installed. In our CI we need a special version for certain configurations, but only for a handful. Most...
**Issue:** This is an example when I run the `nvm use 12` **WITHOUT** administrator privilege: ``` exit status 5: �ܾ����ʡ� exit status 1: ���ļ��Ѵ���ʱ�����������ļ��� ``` **How To Reproduce:** 1. Setup...
### My Environment - [ ] Windows 7 or below (not truly supported due to EOL - see wiki for details) - [ ] Windows 8 - [ ] Windows...
If this is a question about how to use NVM4W, please use [stackoverflow](http://stackoverflow.com/questions/tagged/nvm-windows) instead. If this is an issue regarding antivirus, make sure you search the existing issues first. ###...