Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

node-keytar doesn't load on Linux arm64 #318

@quanglam2807

Description

@quanglam2807

Prerequisites

Description

require('keytar') would be stuck on Linux arm64 system, blocking the whole Node process.

Steps to Reproduce

app.on('ready', () => {
  console.log(1);
  const keytar = require('keytar');
  console.log(2);
});

Expected behavior:

Console would log 1 then log 2.

Actual behavior:

Console only log 1.

Reproduces how often:

Versions

node-keytar@7.0.0

Additional Information

I tested keytar on macOS, Windows, Linux x64. They all worked.

This only happens on Linux arm64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions