Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep nvm_prefix if set #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ribugent
Copy link

Currently, I was dealing with nvm on my Arch Linux installed from AUR. The package manager install it in /usr/share/nvm/

The plugin didn't work well, setting NVM_DIR ended up nvm trying to download and install nvm version in /usr/share/nvm/.

Looking in the code, I discovered that there's a patch for brew users that sets the nvm_prefix for them. So I'm proposing on this patch allow the users to set their own nvm_prefix for similar cases.

Hope this helps

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.

None yet

2 participants