nvmw
nvmw copied to clipboard
'nvmw ls' show as if nothing is installed
C:\Users\me>nvmw ls
node:
File Not Found
iojs:
File Not Found
Current: /none
C:\Users\me>nvmw use iojs
Now using iojs latest x64
C:\Users\me>nvmw install iojs
"iojs/latest (x64)" already exists, please uninstall it first
C:\Users\me>nvmw ls
node:
File Not Found
iojs:
File Not Found
Current: /none
Actually it doesn't list the latest versions due to the fact that those are in their own latest
folders. Maybe this "latest" thing should be dropped since this is only true for a couple of days in the case of iojs.
latest
should be a "directory symbolic link" to the real directory containing the latest version. Isn't it? What is a directory symbolic link? See: http://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/
EDIT: latest
should be a "directory junction", not a "directory symbolic link"
:+1: same issue
I have the same problem