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

ability to install node/io master or tags #330

Closed
bo01ean opened this issue Dec 16, 2015 · 4 comments
Closed

ability to install node/io master or tags #330

bo01ean opened this issue Dec 16, 2015 · 4 comments

Comments

@bo01ean
Copy link

bo01ean commented Dec 16, 2015

I think it would be a nice feature to install the master (or any branch/tag) of node using n

There is a segfault issue on OS X here that requires a master build to work around:
nodejs/node#4091

I apologize in advance if this functionality already exists 👍

@qw3rtman
Copy link
Collaborator

Using the master build would require building the source. While this is possible, it would make the entire installation process very slow. Also, if a machine does not have all the prerequisites needed to build the source, the functionality will be useless.

An alternative would be to add an option to install from the nightly releases, which are built every 24 hours from the master branch. Would that solve your problem?

Example usage may be:
n nightly grabs the latest nightly release
n nightly <today|latest> also grabs the latest nightly release
n nightly <back> grabs the nightly release days from today (if back is 1, it will grab the nightly release from right before the latest one)

@bo01ean
Copy link
Author

bo01ean commented Dec 18, 2015

That would be amazing. I forgot n installs a compiled binary

@williamkapke
Copy link

I just (finally) figured out now to install a nightly:

PROJECT_NAME="node" PROJECT_URL="https://nodejs.org/download/nightly/" n project 6.0.0-nightly201602102848f84332

Maybe put this in the README? It doesn't display in the installed versions list though. :/

However: There are talks of changing (eliminating?) the nightly build. nodejs/node#4856

@shadowspawn
Copy link
Collaborator

This issue has not had any activity in over six months. It isn't likely to get acted on due to this report.

Feel free to open a new issue if it comes up again, with new information and renewed interest.

Thank you for your contributions.

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

4 participants