Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
samuelmaddock opened this issue Jan 31, 2024 · 0 comments
Open

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

samuelmaddock opened this issue Jan 31, 2024 · 0 comments

Comments

@samuelmaddock
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant