Skip to content

Conversation

@mshibanami
Copy link

Currently, I use this command to install the latest node version.
% ndenv install $(ndenv install -l | grep -v - | tail -1)

It works good. but I get this message if the current version is the latest one.

ndenv: /Users/mshibanami/.anyenv/envs/ndenv/versions/v4.2.1 already exists
continue with installation? (y/N)

It's a bit annoying.

rbenv solves the same issue with --skip-exisiting option.
So I also need it for ndenv install.

@riywo
Copy link
Owner

riywo commented Oct 28, 2015

Done. #5

@riywo riywo closed this Oct 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants