-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Build Yourself
Corey Butler edited this page Mar 30, 2015
·
1 revision
If you want to build nvm for Windows yourself, user @Adam13531 has provided some instructions:
- Download this GitHub repo, e.g. as a zip from here.
- Download Go if you don't already have it.
- Navigate to the root of the nvm-windows-master directory. This is the project root.
- Open
nvm.iss
and set ProjectRoot to the directory from above. - Open CMD and navigate to the project root.
- Type
build
. - Run the installer in
\dist<version>\nvm-setup.exe