From 0a45d83296ee62ccc8a929c7f844fc02a3cfc9e3 Mon Sep 17 00:00:00 2001 From: Vitaly Gashkov Date: Wed, 20 Mar 2024 21:53:22 +0500 Subject: [PATCH] fix: add ability to run npm binary on darwin/arm64 --- npm/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/npm/index.js b/npm/index.js index 549a8c24a08..215dc573e4c 100755 --- a/npm/index.js +++ b/npm/index.js @@ -13,6 +13,7 @@ var commandNames = { }, darwin: { 'x64': 'packager-osx-x64', + 'arm64': 'packager-osx-arm64', }, win32: { 'x64': 'packager-win-x64.exe',