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
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.archarm 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
The text was updated successfully, but these errors were encountered:
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 thanarm64
. This causes nut.js to report as an incompatible module.The text was updated successfully, but these errors were encountered: