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

Add support for n architecture argument #22

Closed
alexmcroberts opened this issue Jul 10, 2018 · 3 comments
Closed

Add support for n architecture argument #22

alexmcroberts opened this issue Jul 10, 2018 · 3 comments

Comments

@alexmcroberts
Copy link

There are certain platforms that require specific architecture support. For example, the NVIDIA Jetson TX2, which requires the arm64 architecture.

To do this with n the command is:

n -a arm64 9.2.1
mklement0 added a commit that referenced this issue Jul 24, 2018
  * Adds support for pass-thru option `-a <arch>`, so as to allow overriding the target architecture when installing
    the initial Node.js version(s) - implements [request #22](#22).
@mklement0
Copy link
Owner

@alexmcroberts: Please try with the latest version (v0.4.1) - 797d834

@alexmcroberts
Copy link
Author

This works perfectly, installing node 9.2.1 on an arm64 architecture Jetson TX2 👍

@mklement0
Copy link
Owner

@alexmcroberts: Glad to hear it; thanks for letting me know.

As an aside: The latest version (v0.5.0) now defaults to installing the latest LTS version, because the previous default (the latest stable version) was no longer meaningful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants