nvmw icon indicating copy to clipboard operation
nvmw copied to clipboard

'nvmw ls' show as if nothing is installed

Open mickeyvip opened this issue 10 years ago • 4 comments

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

mickeyvip avatar Feb 26 '15 23:02 mickeyvip

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.

adicirstei avatar Mar 28 '15 16:03 adicirstei

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"

tssajo avatar Apr 07 '15 22:04 tssajo

:+1: same issue

koustuvsinha avatar Apr 23 '15 04:04 koustuvsinha

I have the same problem

sminodonte avatar Aug 10 '15 10:08 sminodonte