Skip to content

Commit

Permalink
support arm64 architecture when installing node
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Aug 2, 2024
1 parent 0e1855e commit e0a25ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/node.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ install_node <- function(node_ver, verbose = FALSE, base_dir = get_default_node_
"x86_64" = "x64",
"x86-32" = "x86",
"x86_32" = "x86",
"arm64" = "arm64",
stop(paste0("Unsupported architecture ", Sys.info()[["machine"]]))
)

Expand Down

0 comments on commit e0a25ac

Please sign in to comment.