Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe what you did
Added proper version of node.js for arm64 arch
How you did it
Set arch to
arm64
(used in URL's in Node.js downloads) if uname returnsaarch64
as architectureHow to verify it doesn't affect the functionality of n
Install Node.js on a system with other architecture and check whether it still works (it should)
If this solves an issue, please include the output of issue that had problems and then the fixed output from the same command.
Problem 1
Before - versions 10.0.0 (and higher):
After:
Problem 2
Before - errors during installation (due to incorrect architectute):
The error message says that the executable cannot be executed due to incorrect executable format
After:
Place description for the changelog in PR so we can tally all changes for any future release
Fix Node.js installation/upgrade for systems using arm64 architecture