My Environment
I have already...
My issue is related to (check only those which apply):
Expected Behavior
nvm install 5
would install latest version (whatever it was)
Actual Behavior
C:\Users\denman\WebstormProjects\suman>nvm install 5
panic: runtime error: index out of range
goroutine 1 [running]:
/C/Users/Corey/Documents/workspace/nvm-windows/src/nvm/web.IsNode64bitAvailable(0x12226134, 0x1, 0x674700)
C:/Users/Corey/Documents/workspace/nvm-windows/src/nvm/web/web.go:153 +0x157
main.install(0x12226134, 0x1, 0x674700, 0x2)
C:/Users/Corey/Documents/workspace/nvm-windows/src/nvm.go:171 +0x484
main.main()
C:/Users/Corey/Documents/workspace/nvm-windows/src/nvm.go:65 +0x64e
Steps to reproduce the problem:
just run
$ nvm install 5
thanks, this is working for me so far! just wanted to let you know that I expected that command to work. Cheers!
My Environment
I have already...
My issue is related to (check only those which apply):
Expected Behavior
nvm install 5would install latest version (whatever it was)
Actual Behavior
goroutine 1 [running]:
/C/Users/Corey/Documents/workspace/nvm-windows/src/nvm/web.IsNode64bitAvailable(0x12226134, 0x1, 0x674700)
C:/Users/Corey/Documents/workspace/nvm-windows/src/nvm/web/web.go:153 +0x157
main.install(0x12226134, 0x1, 0x674700, 0x2)
C:/Users/Corey/Documents/workspace/nvm-windows/src/nvm.go:171 +0x484
main.main()
C:/Users/Corey/Documents/workspace/nvm-windows/src/nvm.go:65 +0x64e
Steps to reproduce the problem:
just run
$ nvm install 5thanks, this is working for me so far! just wanted to let you know that I expected that command to work. Cheers!