mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-22 02:15:26 -06:00
886cf1a0bf
@trycua/cua-driver ships an exports map with only the import condition, so require-condition resolution throws PATH_NOT_EXPORTED even when the package is installed. Every real Windows/Linux node host therefore failed driver artifact verification with COMPUTER_DRIVER_PACKAGE_MISSING despite a correct install. Fall back to import-condition resolution before concluding the package is missing; the platform packages keep resolving through require. Found during a live CUA node bring-up on an Ubuntu guest; the regression test exercises real installed-package resolution on Linux/Windows CI.