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

Request: Git #66

Closed
JonDum opened this issue Sep 15, 2011 · 2 comments
Closed

Request: Git #66

JonDum opened this issue Sep 15, 2011 · 2 comments

Comments

@JonDum
Copy link

JonDum commented Sep 15, 2011

I noticed you like downloading tarballs :)

Wouldn't it be easier to let the user define the directory where they have a repo clone from node?

Then you can just git checkout the tag you want, build, and go nuts.

@creationix
Copy link
Collaborator

I don't want to bloat nvm any more than it already is. In fact, I want to remove some features.

When I want to build from a repo (like when testing a node patch I'm working on), I just build it manually and ./configure it with a prefix where nvm would expect it. Then after make install nvm can see it like any other.

If this can be done simply and with no confusion about the interface, I'd consider adding it.

@ljharb
Copy link
Member

ljharb commented Jun 14, 2013

nvm currently uses git in install.sh, and there's also install-gitless.sh if you don't want to use git.

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

No branches or pull requests

3 participants