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
npm run buildLinuxArm64 should build without issue.
Actual Behavior
I had the following error: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
Yeah, this is kind of an annoying issue. You need to make this change in electron-packager (in node_modules) for it to work, at least until they release a new version: electron/packager#1191
On Nov 24, 2020, at 5:33 AM, pep ***@***.***> wrote:
Min Version: 1.17.1
Operating system: Lubuntu 18.04
I was trying to build Min for Linux Arm64 to see if it would have an impact on #1348, but I had the following issue
Expected Behavior
npm run buildLinuxArm64 should build without issue.
Actual Behavior
I had the following error: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
Complete log:
2020-11-24T11_20_28_384Z-debug.log
To Reproduce
I did:
git clone $MIN
cd min
npm install (no issue, two warnings, including npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for ***@***.***: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"}) )
npm run buildLinuxArm64 : it started creating the package, and then showed the error...
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I was trying to build Min for Linux Arm64 to see if it would have an impact on Any way to make Min a bit more lightweight ? Or a lightweight version with less features ? #1348, but I had the following issue
Expected Behavior
npm run buildLinuxArm64
should build without issue.Actual Behavior
I had the following error:
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or an instance of Buffer or URL. Received undefined
Complete log:
2020-11-24T11_20_28_384Z-debug.log
To Reproduce
I did:
git clone $MIN
cd min
npm install
(no issue, two warnings, includingnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.3: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
)npm run buildLinuxArm64
: it started creating the package, and then showed the error...The text was updated successfully, but these errors were encountered: