-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
Comments
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: |
That would be amazing. I forgot n installs a compiled binary |
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 |
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. |
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 👍
The text was updated successfully, but these errors were encountered: