You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing platform and arch here, makes it work fine and should also cause no problems since with the getBinaryName() function we already download the correct platform and arch from the releases page.
https://www.npmjs.com/package/bin-wrapper uses an outdated library called https://www.npmjs.com/package/os-filter-obj which doesn't support non-Intel arch: kevva/os-filter-obj#3
This makes
swcx
currently not work via this wrapper.cli/src/swcx/index.ts
Line 131 in df9b9ec
Removing
platform
andarch
here, makes it work fine and should also cause no problems since with thegetBinaryName()
function we already download the correct platform and arch from the releases page.cli/src/swcx/index.ts
Line 101 in df9b9ec
cli/src/swcx/index.ts
Line 110 in df9b9ec
The text was updated successfully, but these errors were encountered: