Skip to content

Add 'arm' to list of supported CPU architectures #555

Open
@samuelmaddock

Description

@samuelmaddock

Short overview

The Electron project adopted nut.js for use in its tests. Following merging this test, we found it was incompatible with Linux using the arm cpu architecture.

Use case
Although we currently aren't testing the functionality on Linux, being able to install the module on the platform may be helpful in the future.

Detailed description
Linux on ARM may use the process.arch arm rather than arm64. This causes nut.js to report as an incompatible module.

error @nut-tree/[email protected]: The CPU architecture "arm" is incompatible with this module.
error Found incompatible module

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