hurdlegroup / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
47 stars 5 forks source link

Can't get it to work #18

Open Rame0ne opened 4 months ago

Rame0ne commented 4 months ago

Expected Behavior

Just start it. So it should just work.

Current Behavior

App threw an error during load Error: No native build was found for platform=win32 arch=x64 runtime=electron abi=119 uv=1 libc=glibc node=18.18.2 electron=28.3.0 webpack=true loaded from: ...\app

at load.resolve.load.path (...\app\background.js:642:9)
at load ...\app\background.js:604:30)
at ./node_modules/@hurdlegroup/robotjs/index.js (...\app\background.js:20:98)
at __webpack_require__ (...\app\background.js:22881:42)
at ./main/ipcHandlers.ts (...\app\background.js:434:78)
at __webpack_require__ (...\app\background.js:22881:42)
at webpackUniversalModuleDefinition (...\app\background.js:3:20)

Background.js

import { moveMouseSmooth } from "@hurdlegroup/robotjs"; moveMouseSmooth(pos.x, pos.y);

Context

Make the Mouse move.

Your Environment

DanielMcAssey commented 4 months ago

Im not sure on your build system, however we provide the following pre-built native builds image